From: Tony Lindgren Date: Tue, 30 Dec 2008 08:39:49 +0000 (+0200) Subject: hsmmc: Leave out twl4030 dependency X-Git-Tag: v2.6.28-omap1~49 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=commitdiff_plain;h=77b59e15ae36ee458dcae86ad33376d5d2d1d981 hsmmc: Leave out twl4030 dependency Also change the dependency to ARCH_OMAPP2430 || ARCH_OMAP3. Based on comments by David Brownell. Signed-off-by: Tony Lindgren --- diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 6fef94fd4ad..d320dd9186f 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -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.