From ca49ab65d4540a5a27f4423b3671f51c0b96f152 Mon Sep 17 00:00:00 2001 From: Anderson Briglia Date: Tue, 18 Sep 2007 13:16:09 -0400 Subject: [PATCH] MMC OMAP: add OMAP_GPIO_SWITCH dependency for N800 OMAP_GPIO_SWITCH is needed by MMC host on N800. If this option is not selected, compilation fails. Signed-off-by: Anderson Briglia Signed-off-by: Tony Lindgren --- drivers/mmc/host/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index e23082fe88d..671b9a45e27 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -39,6 +39,7 @@ config MMC_OMAP tristate "TI OMAP Multimedia Card Interface support" depends on ARCH_OMAP select TPS65010 if MACH_OMAP_H2 + select OMAP_GPIO_SWITCH if MACH_NOKIA_N800 help This selects the TI OMAP Multimedia card Interface. If you have an OMAP board with a Multimedia Card slot, -- 2.41.1