[PATCH 08/14] leds: Kconfig: drop unneeded dependency on OF_GPIO
From: Bartosz Golaszewski
Date: Wed Mar 04 2026 - 04:07:20 EST
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@xxxxxxxxxxxxxxxx>
---
drivers/leds/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 597d7a79c988b35f304e953e873af3afe2ae04b8..f4a0a3c8c8705e0f10ba26584277dbb2d5eac5b5 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
--
2.47.3