diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-28 18:40:15 +0200 |
---|---|---|
committer | Jacek Anaszewski <jacek.anaszewski@gmail.com> | 2019-07-29 21:04:53 +0200 |
commit | 156189a6d7a797d6fa0b13dd6b4f32b11d234a99 (patch) | |
tree | 6aa86d8c19d2489bd2dcb447a87d9f7fc328a075 /drivers/leds/Kconfig | |
parent | leds: lm3697: Switch to use fwnode_property_count_uXX() (diff) | |
download | linux-156189a6d7a797d6fa0b13dd6b4f32b11d234a99.tar.xz linux-156189a6d7a797d6fa0b13dd6b4f32b11d234a99.zip |
leds: netxbig: remove legacy board-file support
Since commit ebc278f15759 ("ARM: mvebu: remove static LED setup for
netxbig boards"), no one in upstream passes in the platform data to
this driver.
Squash leds-kirkwood-netxbig.h into the driver, and remove the legacy
board-file support.
Link: https://lkml.org/lkml/2019/7/20/83
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index f7a3dd7ecf3d..1988de1d64c0 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -590,6 +590,7 @@ config LEDS_NETXBIG tristate "LED support for Big Network series LEDs" depends on LEDS_CLASS depends on MACH_KIRKWOOD + depends on OF_GPIO default y help This option enables support for LEDs found on the LaCie 2Big |