Commit 05dabcc4 authored by Mike Frysinger's avatar Mike Frysinger Committed by Linus Torvalds

mmc: bfin_sdh: drop redundant MMC depend string

The host/Kconfig file is only included when MMC is selected.
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c744d988
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment