From: Mike Frysinger <[email protected]>

The host/Kconfig file is only included when MMC is selected.

Signed-off-by: Mike Frysinger <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---

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

diff -puN 
drivers/mmc/host/Kconfig~mmc-bfin_sdh-drop-redundant-mmc-depend-string 
drivers/mmc/host/Kconfig
--- a/drivers/mmc/host/Kconfig~mmc-bfin_sdh-drop-redundant-mmc-depend-string
+++ a/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
_
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to