]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mmc: mmcif: don't depend on MMC_BLOCK
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 25 Jan 2016 19:19:14 +0000 (20:19 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 2 Feb 2016 12:44:13 +0000 (13:44 +0100)
I don't see a reason why a host driver should depend on the card driver.
It also prevents that we can use the mmc_test driver. So, remove it.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig

index 1526b8a10b094e88e52275e46446ff3e8b66afdf..3f907db1d0e5348ee5ea3deb799e2bbc4a9d3e6f 100644 (file)
@@ -673,7 +673,7 @@ config MMC_DW_ROCKCHIP
 
 config MMC_SH_MMCIF
        tristate "SuperH Internal MMCIF support"
-       depends on MMC_BLOCK && HAS_DMA
+       depends on HAS_DMA
        depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
        help
          This selects the MMC Host Interface controller (MMCIF).