From: Anderson Briglia Date: Tue, 18 Sep 2007 17:16:09 +0000 (-0400) Subject: MMC OMAP: add OMAP_GPIO_SWITCH dependency for N800 X-Git-Tag: v2.6.23-omap1~36 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=ca49ab65d4540a5a27f4423b3671f51c0b96f152;p=linux-2.6-omap-h63xx.git 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 --- 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,