We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a2eac commit 4c6c3caCopy full SHA for 4c6c3ca
drivers/leds/Kconfig
@@ -735,7 +735,7 @@ config LEDS_NS2
735
tristate "LED support for Network Space v2 GPIO LEDs"
736
depends on LEDS_CLASS
737
depends on MACH_KIRKWOOD || MACH_ARMADA_370 || COMPILE_TEST
738
- default y
+ default y if MACH_KIRKWOOD || MACH_ARMADA_370
739
help
740
This option enables support for the dual-GPIO LEDs found on the
741
following LaCie/Seagate boards:
@@ -750,7 +750,7 @@ config LEDS_NETXBIG
750
751
depends on MACH_KIRKWOOD || COMPILE_TEST
752
depends on OF_GPIO
753
+ default MACH_KIRKWOOD
754
755
This option enables support for LEDs found on the LaCie 2Big
756
and 5Big Network v2 boards. The LEDs are wired to a CPLD and are
0 commit comments