]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
hsmmc: Leave out twl4030 dependency
authorTony Lindgren <tony@atomide.com>
Tue, 30 Dec 2008 08:39:49 +0000 (10:39 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 30 Dec 2008 11:23:23 +0000 (13:23 +0200)
Also change the dependency to ARCH_OMAPP2430 || ARCH_OMAP3.
Based on comments by David Brownell.

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/mmc/host/Kconfig

index 6fef94fd4add4340b50a406173a9fe0e65dccea7..d320dd9186f5a6620a040695a574fd90f1f6effa 100644 (file)
@@ -79,11 +79,10 @@ config MMC_OMAP
 
 config MMC_OMAP_HS
        tristate "TI OMAP High Speed Multimedia Card Interface support"
-       depends on (ARCH_OMAP2 && ARCH_OMAP2430) || ARCH_OMAP3
-       select TWL4030_CORE
+       depends on ARCH_OMAP2430 || ARCH_OMAP3
        help
          This selects the TI OMAP High Speed Multimedia card Interface.
-         If you have an OMAP2(2430) or OMAP3 board with a Multimedia Card slot,
+         If you have an OMAP2430 or OMAP3 board with a Multimedia Card slot,
          say Y or M here.
 
          If unsure, say N.