Kconfig (41c42ff5dbe29b7b826e6736f960959c76e7acf0) | Kconfig (ac67e23bed58a0e34a8cb9ecd1de6c78569f8ef2) |
---|---|
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. --- 17 unchanged lines hidden (view full) --- 26 27config LEDS_LOCOMO 28 tristate "LED Support for Locomo device" 29 depends on LEDS_CLASS && SHARP_LOCOMO 30 help 31 This option enables support for the LEDs on Sharp Locomo. 32 Zaurus models SL-5500 and SL-5600. 33 | 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. --- 17 unchanged lines hidden (view full) --- 26 27config LEDS_LOCOMO 28 tristate "LED Support for Locomo device" 29 depends on LEDS_CLASS && SHARP_LOCOMO 30 help 31 This option enables support for the LEDs on Sharp Locomo. 32 Zaurus models SL-5500 and SL-5600. 33 |
34config LEDS_MIKROTIK_RB532 35 tristate "LED Support for Mikrotik Routerboard 532" 36 depends on LEDS_CLASS && MIKROTIK_RB532 37 help 38 This option enables support for the so called "User LED" of 39 Mikrotik's Routerboard 532. 40 |
|
34config LEDS_S3C24XX 35 tristate "LED Support for Samsung S3C24XX GPIO LEDs" 36 depends on LEDS_CLASS && ARCH_S3C2410 37 help 38 This option enables support for LEDs connected to GPIO lines 39 on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440. 40 41config LEDS_AMS_DELTA --- 220 unchanged lines hidden --- | 41config LEDS_S3C24XX 42 tristate "LED Support for Samsung S3C24XX GPIO LEDs" 43 depends on LEDS_CLASS && ARCH_S3C2410 44 help 45 This option enables support for LEDs connected to GPIO lines 46 on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440. 47 48config LEDS_AMS_DELTA --- 220 unchanged lines hidden --- |