diff options
author | Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> | 2011-12-20 00:08:53 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-12-22 17:59:49 +0100 |
commit | 5ca6180fa6d7333fb5fabf30420b0e3cc32dd731 (patch) | |
tree | d2bcd9a2e73ceece085b8a0c3680c395c125040e /arch/arm/mach-omap1/Kconfig | |
parent | ARM: OMAP1: ams-delta: convert latches to basic_mmio_gpio (diff) | |
download | linux-5ca6180fa6d7333fb5fabf30420b0e3cc32dd731.tar.xz linux-5ca6180fa6d7333fb5fabf30420b0e3cc32dd731.zip |
ARM: OMAP1: ams-delta: supersede custom led device by leds-gpio
Now that the Amstrad Delta on-board latches have been converted to GPIO
devices, use the generic driver to control on-board LEDs which hang off
those latches.
Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/Kconfig')
-rw-r--r-- | arch/arm/mach-omap1/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index e14532f236a0..5b1edbae6893 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig @@ -156,6 +156,7 @@ config MACH_AMS_DELTA depends on ARCH_OMAP1 && ARCH_OMAP15XX select FIQ select GPIO_GENERIC_PLATFORM + select LEDS_GPIO_REGISTER help Support for the Amstrad E3 (codename Delta) videophone. Say Y here if you have such a device. |