aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 84102bcd1796..b8ce939fac21 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -284,11 +284,11 @@ config MMC_OMAP
284 284
285config MMC_OMAP_HS 285config MMC_OMAP_HS
286 tristate "TI OMAP High Speed Multimedia Card Interface support" 286 tristate "TI OMAP High Speed Multimedia Card Interface support"
287 depends on SOC_OMAP2430 || ARCH_OMAP3 || ARCH_OMAP4 287 depends on ARCH_OMAP2PLUS || COMPILE_TEST
288 help 288 help
289 This selects the TI OMAP High Speed Multimedia card Interface. 289 This selects the TI OMAP High Speed Multimedia card Interface.
290 If you have an OMAP2430 or OMAP3 board or OMAP4 board with a 290 If you have an omap2plus board with a Multimedia Card slot,
291 Multimedia Card slot, say Y or M here. 291 say Y or M here.
292 292
293 If unsure, say N. 293 If unsure, say N.
294 294