diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-30 13:18:46 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-16 09:26:06 +0100 |
commit | 7d1ec119e3c1ec060370f5dc58490b51368c554c (patch) | |
tree | 60ded52c9056d48417fab14fc0ba02f10cd34e9a /drivers/leds/Kconfig | |
parent | fa0d876fa1b815637b0acf476f3b3054c3528133 (diff) | |
download | linux-stable-7d1ec119e3c1ec060370f5dc58490b51368c554c.tar.gz linux-stable-7d1ec119e3c1ec060370f5dc58490b51368c554c.tar.bz2 linux-stable-7d1ec119e3c1ec060370f5dc58490b51368c554c.zip |
leds: remove s3c24xx driver
The s3c24xx platform is gone, so the led driver can be
removed as well.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 499d0f215a8b..be2eeb3d6fd3 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -244,14 +244,6 @@ config LEDS_MT6323 This option enables support for on-chip LED drivers found on Mediatek MT6323 PMIC. -config LEDS_S3C24XX - tristate "LED Support for Samsung S3C24XX GPIO LEDs" - depends on LEDS_CLASS - depends on ARCH_S3C24XX || COMPILE_TEST - help - This option enables support for LEDs connected to GPIO lines - on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440. - config LEDS_NET48XX tristate "LED Support for Soekris net48xx series Error LED" depends on LEDS_CLASS |