diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-09-05 10:38:23 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-23 17:04:40 -0400 |
commit | 4fe3224fffc56b13fe54e0fa479b64db83d8b125 (patch) | |
tree | ed989603ae04dbe9e61350ab5c8ef3cfee171095 /drivers/leds/Kconfig | |
parent | fff147208b48680cb7b627a144113a6585828a0e (diff) |
[ARM] pxa/spitz: use leds-gpio for led driving and drop leds-spitz
Now as the scoop pins are covered by the generic gpio API,
we can use leds-gpio driver instead of special leds-spitz
Drop leds-spitz.c and the declarations of now un-referenced
spitzscoop_device, spitzscoop2_device.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 27c60daa73fe..5b14262af017 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -31,13 +31,6 @@ config LEDS_LOCOMO | |||
31 | This option enables support for the LEDs on Sharp Locomo. | 31 | This option enables support for the LEDs on Sharp Locomo. |
32 | Zaurus models SL-5500 and SL-5600. | 32 | Zaurus models SL-5500 and SL-5600. |
33 | 33 | ||
34 | config LEDS_SPITZ | ||
35 | tristate "LED Support for the Sharp SL-Cxx00 series" | ||
36 | depends on LEDS_CLASS && PXA_SHARP_Cxx00 | ||
37 | help | ||
38 | This option enables support for the LEDs on Sharp Zaurus | ||
39 | SL-Cxx00 series (C1000, C3000, C3100). | ||
40 | |||
41 | config LEDS_S3C24XX | 34 | config LEDS_S3C24XX |
42 | tristate "LED Support for Samsung S3C24XX GPIO LEDs" | 35 | tristate "LED Support for Samsung S3C24XX GPIO LEDs" |
43 | depends on LEDS_CLASS && ARCH_S3C2410 | 36 | depends on LEDS_CLASS && ARCH_S3C2410 |