diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-03-16 10:45:24 +0100 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2026-03-26 12:03:15 +0000 |
| commit | b727ba2560a8a806680b45c9acc5a49bc39b8e43 (patch) | |
| tree | da4d56ee4e75cc484157e5f530299c21c2e3a4fe /drivers/leds/Kconfig | |
| parent | a55e941e2283e931c8a292adc030c834f8ea0873 (diff) | |
| download | lwn-b727ba2560a8a806680b45c9acc5a49bc39b8e43.tar.gz lwn-b727ba2560a8a806680b45c9acc5a49bc39b8e43.zip | |
leds: Kconfig: Drop unneeded dependency on OF_GPIO
OF_GPIO is selected automatically on all OF systems. Any symbols it
controls also provide stubs so there's really no reason to select it
explicitly.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260316-gpio-of-kconfig-v2-4-de2f4b00a0e4@oss.qualcomm.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/leds/Kconfig')
| -rw-r--r-- | drivers/leds/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 597d7a79c988..f4a0a3c8c870 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -765,7 +765,6 @@ config LEDS_NETXBIG tristate "LED support for Big Network series LEDs" depends on LEDS_CLASS depends on MACH_KIRKWOOD || COMPILE_TEST - depends on OF_GPIO default MACH_KIRKWOOD help This option enables support for LEDs found on the LaCie 2Big |
