From patchwork Fri Nov 24 16:24:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10074333 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2D3536037F for ; Fri, 24 Nov 2017 16:31:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1F91A2990F for ; Fri, 24 Nov 2017 16:31:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 143192A2C9; Fri, 24 Nov 2017 16:31:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A0DD72990F for ; Fri, 24 Nov 2017 16:31:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753945AbdKXQbS (ORCPT ); Fri, 24 Nov 2017 11:31:18 -0500 Received: from conuserg-11.nifty.com ([210.131.2.78]:61434 "EHLO conuserg-11.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753632AbdKXQZ6 (ORCPT ); Fri, 24 Nov 2017 11:25:58 -0500 Received: from grover.sesame (FL1-125-199-20-195.osk.mesh.ad.jp [125.199.20.195]) (authenticated) by conuserg-11.nifty.com with ESMTP id vAOGP9Vm007100; Sat, 25 Nov 2017 01:25:10 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com vAOGP9Vm007100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1511540711; bh=8PiQIno2OUrT3W2GwhtcMp6oHRmeqhftkAuLYhj6bvE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=afnpVGLZ6zmPf/WDzfBSWw/9wvJMDARWO4KNQ6sYwjtJAKbUwcJeEjG8BDd7ObNAb 2wzozcpBpyRQXJwk03a8M39gWb0Bgq/zlLOpz2j/8FdHo8sDK2KGZ6cxA1RPosb4iV DBAn1a/OgVmMLQfG63qslcvxaQZSfdmg4Poz1x0zlhzhJE7zPaaYoBfLdH77mSFyKO 3snWYCiLMazs8VOzvq4ZdFgKyhZN7VxEp39rGReyUk44B1jHtilDlwkEcToycD3304 7T4HnPXH5rwkS6bAdbpUAAii6ikgn1mskC5Ix4nO6VvFaDc0ZGWkwjLRY0mbLVhScy rOe4tVyzCEYpg== X-Nifty-SrcIP: [125.199.20.195] From: Masahiro Yamada To: linux-mmc@vger.kernel.org, Wolfram Sang Cc: Simon Horman , Yoshihiro Shimoda , linux-renesas-soc@vger.kernel.org, Masahiro Yamada , linux-kernel@vger.kernel.org, Ulf Hansson Subject: [PATCH v2 02/22] mmc: renesas_sdhi: remove wrong depends on to enable compile test Date: Sat, 25 Nov 2017 01:24:37 +0900 Message-Id: <1511540697-27387-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1511540697-27387-1-git-send-email-yamada.masahiro@socionext.com> References: <1511540697-27387-1-git-send-email-yamada.masahiro@socionext.com> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP ARCH_RENESAS is a stronger condition than (ARM || ARM64). If ARCH_RENESAS is enabled, (ARM || ARM64) is met as well. What is worse, the first depends on line prevents COMPILE_TEST from enabling this driver. It should be removed. Signed-off-by: Masahiro Yamada Acked-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven --- Changes in v2: - Fix a typo: renesas_sdhc -> renesas_sdhi drivers/mmc/host/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 1932188..ac25354 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -595,7 +595,6 @@ config MMC_TMIO config MMC_SDHI tristate "Renesas SDHI SD/SDIO controller support" - depends on SUPERH || ARM || ARM64 depends on SUPERH || ARCH_RENESAS || COMPILE_TEST select MMC_TMIO_CORE help