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>
This commit is contained in:
parent
c744d98872
commit
05dabcc4a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue