From 77b59e15ae36ee458dcae86ad33376d5d2d1d981 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Tue, 30 Dec 2008 10:39:49 +0200 Subject: [PATCH] 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 --- drivers/mmc/host/Kconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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. -- 2.41.0