Kconfig (b3ba31f84ea041c0945b5904d4c407ce14b2b72c) | Kconfig (3b2e46f8c4a5f2d7856c490ab5f0c46b65e2cb99) |
---|---|
1menuconfig NEW_LEDS 2 bool "LED Support" 3 help 4 Say Y to enable Linux LED support. This allows control of supported 5 LEDs from both userspace and optionally, by kernel events (triggers). 6 7 This is not related to standard keyboard LEDs which are controlled 8 via the input system. --- 51 unchanged lines hidden (view full) --- 60 61config LEDS_NET48XX 62 tristate "LED Support for Soekris net48xx series Error LED" 63 depends on LEDS_CLASS && SCx200_GPIO 64 help 65 This option enables support for the Soekris net4801 and net4826 error 66 LED. 67 | 1menuconfig NEW_LEDS 2 bool "LED Support" 3 help 4 Say Y to enable Linux LED support. This allows control of supported 5 LEDs from both userspace and optionally, by kernel events (triggers). 6 7 This is not related to standard keyboard LEDs which are controlled 8 via the input system. --- 51 unchanged lines hidden (view full) --- 60 61config LEDS_NET48XX 62 tristate "LED Support for Soekris net48xx series Error LED" 63 depends on LEDS_CLASS && SCx200_GPIO 64 help 65 This option enables support for the Soekris net4801 and net4826 error 66 LED. 67 |
68config LEDS_FSG 69 tristate "LED Support for the Freecom FSG-3" 70 depends on LEDS_CLASS && MACH_FSG 71 help 72 This option enables support for the LEDs on the Freecom FSG-3. 73 |
|
68config LEDS_WRAP 69 tristate "LED Support for the WRAP series LEDs" 70 depends on LEDS_CLASS && SCx200_GPIO 71 help 72 This option enables support for the PCEngines WRAP programmable LEDs. 73 74config LEDS_H1940 75 tristate "LED Support for iPAQ H1940 device" --- 105 unchanged lines hidden --- | 74config LEDS_WRAP 75 tristate "LED Support for the WRAP series LEDs" 76 depends on LEDS_CLASS && SCx200_GPIO 77 help 78 This option enables support for the PCEngines WRAP programmable LEDs. 79 80config LEDS_H1940 81 tristate "LED Support for iPAQ H1940 device" --- 105 unchanged lines hidden --- |