diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-02-07 13:02:39 +0300 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-07 13:02:39 +0300 |
commit | 8fe217e7b6d4f186e269fda8aba73a213fad0fa0 (patch) | |
tree | 3c8ef67007d70302d2a949c59973861049f43061 /drivers/leds/Kconfig | |
parent | f5506a2f71ad75d680c81090117ff2f89602f9b9 (diff) | |
download | linux-8fe217e7b6d4f186e269fda8aba73a213fad0fa0.tar.xz |
leds: Remove the now uneeded ixp4xx driver
All boards using the IXP4XX-GPIO-LED driver have been updated to use
the generic leds-gpio driver instead.
Signed-off-by: Rod Whitby <rod@whitby.id.au>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 922c3df548a5..1dfe5bbc200b 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -39,15 +39,6 @@ config LEDS_SPITZ This option enables support for the LEDs on Sharp Zaurus SL-Cxx00 series (C1000, C3000, C3100). -config LEDS_IXP4XX - tristate "LED Support for GPIO connected LEDs on IXP4XX processors" - depends on LEDS_CLASS && ARCH_IXP4XX - help - This option enables support for the LEDs connected to GPIO - outputs of the Intel IXP4XX processors. To be useful the - particular board must have LEDs and they must be connected - to the GPIO lines. If unsure, say Y. - config LEDS_TOSA tristate "LED Support for the Sharp SL-6000 series" depends on LEDS_CLASS && PXA_SHARPSL |