diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-03-05 13:43:24 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-06 11:26:36 -0800 |
commit | 05dabcc4a51eab7342b2220f0121b4f4a5109386 (patch) | |
tree | d26b3cad5d5a4c80c4788787e2444bfb4e20c1f3 /drivers/mmc | |
parent | c744d988729db9be37d1c877d143cfe63941c25c (diff) | |
download | linux-3.10-05dabcc4a51eab7342b2220f0121b4f4a5109386.tar.gz linux-3.10-05dabcc4a51eab7342b2220f0121b4f4a5109386.tar.bz2 linux-3.10-05dabcc4a51eab7342b2220f0121b4f4a5109386.zip |
mmc: bfin_sdh: drop redundant MMC depend string
The host/Kconfig file is only included when MMC is selected.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 25a4b7f3e15..7b431bbab7f 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -396,7 +396,7 @@ config MMC_VIA_SDMMC config SDH_BFIN tristate "Blackfin Secure Digital Host support" - depends on MMC && ((BF54x && !BF544) || (BF51x && !BF512)) + depends on (BF54x && !BF544) || (BF51x && !BF512) help If you say yes here you will get support for the Blackfin on-chip Secure Digital Host interface. This includes support for MMC and |