Kconfig (d4f3e350172a1dc769ed5e7f5bd540feb0c475d8) | Kconfig (395cf9691d72173d8cdaa613c5f0255f993af94b) |
---|---|
1config LEDS_GPIO_REGISTER 2 bool 3 help 4 This option provides the function gpio_led_register_device. 5 As this function is used by arch code it must not be compiled as a 6 module. 7 8menuconfig NEW_LEDS --- 99 unchanged lines hidden (view full) --- 108 109config LEDS_WRAP 110 tristate "LED Support for the WRAP series LEDs" 111 depends on LEDS_CLASS 112 depends on SCx200_GPIO 113 help 114 This option enables support for the PCEngines WRAP programmable LEDs. 115 | 1config LEDS_GPIO_REGISTER 2 bool 3 help 4 This option provides the function gpio_led_register_device. 5 As this function is used by arch code it must not be compiled as a 6 module. 7 8menuconfig NEW_LEDS --- 99 unchanged lines hidden (view full) --- 108 109config LEDS_WRAP 110 tristate "LED Support for the WRAP series LEDs" 111 depends on LEDS_CLASS 112 depends on SCx200_GPIO 113 help 114 This option enables support for the PCEngines WRAP programmable LEDs. 115 |
116config LEDS_ALIX2 117 tristate "LED Support for ALIX.2 and ALIX.3 series" 118 depends on LEDS_CLASS 119 depends on X86 && !GPIO_CS5535 && !CS5535_GPIO 120 help 121 This option enables support for the PCEngines ALIX.2 and ALIX.3 LEDs. 122 You have to set leds-alix2.force=1 for boards with Award BIOS. 123 |
|
116config LEDS_COBALT_QUBE 117 tristate "LED Support for the Cobalt Qube series front LED" 118 depends on LEDS_CLASS 119 depends on MIPS_COBALT 120 help 121 This option enables support for the front LED on Cobalt Qube series 122 123config LEDS_COBALT_RAQ --- 263 unchanged lines hidden (view full) --- 387 388config LEDS_TRIGGER_TIMER 389 tristate "LED Timer Trigger" 390 depends on LEDS_TRIGGERS 391 help 392 This allows LEDs to be controlled by a programmable timer 393 via sysfs. Some LED hardware can be programmed to start 394 blinking the LED without any further software interaction. | 124config LEDS_COBALT_QUBE 125 tristate "LED Support for the Cobalt Qube series front LED" 126 depends on LEDS_CLASS 127 depends on MIPS_COBALT 128 help 129 This option enables support for the front LED on Cobalt Qube series 130 131config LEDS_COBALT_RAQ --- 263 unchanged lines hidden (view full) --- 395 396config LEDS_TRIGGER_TIMER 397 tristate "LED Timer Trigger" 398 depends on LEDS_TRIGGERS 399 help 400 This allows LEDs to be controlled by a programmable timer 401 via sysfs. Some LED hardware can be programmed to start 402 blinking the LED without any further software interaction. |
395 For more details read Documentation/leds-class.txt. | 403 For more details read Documentation/leds/leds-class.txt. |
396 397 If unsure, say Y. 398 399config LEDS_TRIGGER_IDE_DISK 400 bool "LED IDE Disk Trigger" 401 depends on IDE_GD_ATA 402 depends on LEDS_TRIGGERS 403 help --- 45 unchanged lines hidden --- | 404 405 If unsure, say Y. 406 407config LEDS_TRIGGER_IDE_DISK 408 bool "LED IDE Disk Trigger" 409 depends on IDE_GD_ATA 410 depends on LEDS_TRIGGERS 411 help --- 45 unchanged lines hidden --- |