aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Jarzmik <robert.jarzmik@free.fr>2008-11-28 14:08:19 -0500
committerEric Miao <eric.miao@marvell.com>2008-12-02 01:43:47 -0500
commit0bcd30ec8deff327ae0becffb0fc7ee9dc90db82 (patch)
tree17852e39cd99c1f9d2c1f997d6e8973ee1f5cba1
parent724931465c234f71551e229dcd8842d1fc531d77 (diff)
[ARM] pxa/MioA701: remove KConfig leds driver requirement
Since mioa701 board has migrated to the mfp architecture, low power gpio setup is now correctly handled even when gpio led driver is not loaded, and leds and vibrator don't stay activated in suspend mode (especially vibrator). Remove the not needed anymore dependency. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Eric Miao <eric.miao@marvell.com>
-rw-r--r--arch/arm/mach-pxa/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 83e3dc32be91..c7fc05fe9758 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -286,7 +286,6 @@ config MACH_MIOA701
286 bool "Mitac Mio A701 Support" 286 bool "Mitac Mio A701 Support"
287 select PXA27x 287 select PXA27x
288 select IWMMXT 288 select IWMMXT
289 select LEDS_GPIO
290 select HAVE_PWM 289 select HAVE_PWM
291 select GPIO_SYSFS 290 select GPIO_SYSFS
292 help 291 help