diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-11-22 11:28:51 +0100 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2022-01-12 19:43:15 +0100 |
commit | b7f1ac9bb6413b739ea91bd61bdf23c9130a8007 (patch) | |
tree | dd5f579b9d81237633d6adaaf4429b503e404a88 /drivers/leds/Kconfig | |
parent | 6212264be7df1d6b5b9eec4f1f1539abb071ff85 (diff) |
leds: leds-fsg: Drop FSG3 LED driver
The board file using this driver has been deleted and the
FSG3 LEDs can be modeled using a system controller and some
register bit LEDs in the device tree so this driver is no
longer needed.
Reported-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: Krzysztof HaĆasa <khalasa@piap.pl>
Cc: Rod Whitby <rod@whitby.id.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
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 ed800f5da7d8..c262ee445349 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -260,13 +260,6 @@ config LEDS_NET48XX This option enables support for the Soekris net4801 and net4826 error LED. -config LEDS_FSG - tristate "LED Support for the Freecom FSG-3" - depends on LEDS_CLASS - depends on MACH_FSG - help - This option enables support for the LEDs on the Freecom FSG-3. - config LEDS_WRAP tristate "LED Support for the WRAP series LEDs" depends on LEDS_CLASS |