diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-02-07 05:02:39 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-07 05:02:39 -0500 |
commit | 8fe217e7b6d4f186e269fda8aba73a213fad0fa0 (patch) | |
tree | 3c8ef67007d70302d2a949c59973861049f43061 /drivers/leds/Kconfig | |
parent | f5506a2f71ad75d680c81090117ff2f89602f9b9 (diff) |
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 | |||
39 | This option enables support for the LEDs on Sharp Zaurus | 39 | This option enables support for the LEDs on Sharp Zaurus |
40 | SL-Cxx00 series (C1000, C3000, C3100). | 40 | SL-Cxx00 series (C1000, C3000, C3100). |
41 | 41 | ||
42 | config LEDS_IXP4XX | ||
43 | tristate "LED Support for GPIO connected LEDs on IXP4XX processors" | ||
44 | depends on LEDS_CLASS && ARCH_IXP4XX | ||
45 | help | ||
46 | This option enables support for the LEDs connected to GPIO | ||
47 | outputs of the Intel IXP4XX processors. To be useful the | ||
48 | particular board must have LEDs and they must be connected | ||
49 | to the GPIO lines. If unsure, say Y. | ||
50 | |||
51 | config LEDS_TOSA | 42 | config LEDS_TOSA |
52 | tristate "LED Support for the Sharp SL-6000 series" | 43 | tristate "LED Support for the Sharp SL-6000 series" |
53 | depends on LEDS_CLASS && PXA_SHARPSL | 44 | depends on LEDS_CLASS && PXA_SHARPSL |