diff mbox series

[2/2] mmc: renesas_shci: remove wrong depends on to enable compile test

Message ID 1510041442-15176-3-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit e578afab6e5f57e7ed22a42d261942b4ac923ffd
Headers show
Series mmc: renesas_sdhi: clean-up and fix CONFIG stuff for renesas_sdhi | expand

Commit Message

Masahiro Yamada Nov. 7, 2017, 7:57 a.m. UTC
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 <yamada.masahiro@socionext.com>

---

 drivers/mmc/host/Kconfig | 1 -
 1 file changed, 1 deletion(-)

-- 
2.7.4

Comments

Wolfram Sang Nov. 20, 2017, 8:40 p.m. UTC | #1
> A typo in the subject.

> 

> renesas_shci  ->  renesas_sdhc


renesas_sdhi ;)
diff mbox series

Patch

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 5420da5..5bc6388 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -581,7 +581,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