Kconfig (0eae60583f3229dc67dab952d2be76936c5f56c1) | Kconfig (dd08e136f77bfbd1cc2917bafbd690ad5f40a61b) |
---|---|
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 --- 519 unchanged lines hidden (view full) --- 528 Network Attached Storage servers. You may control the hard 529 drive or power LEDs on the front panel. Using this driver 530 can stop the front LED from blinking after startup. 531 532config LEDS_LT3593 533 tristate "LED driver for LT3593 controllers" 534 depends on LEDS_CLASS 535 depends on GPIOLIB || COMPILE_TEST | 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 --- 519 unchanged lines hidden (view full) --- 528 Network Attached Storage servers. You may control the hard 529 drive or power LEDs on the front panel. Using this driver 530 can stop the front LED from blinking after startup. 531 532config LEDS_LT3593 533 tristate "LED driver for LT3593 controllers" 534 depends on LEDS_CLASS 535 depends on GPIOLIB || COMPILE_TEST |
536 depends on OF |
|
536 help 537 This option enables support for LEDs driven by a Linear Technology 538 LT3593 controller. This controller uses a special one-wire pulse 539 coding protocol to set the brightness. 540 541config LEDS_ADP5520 542 tristate "LED Support for ADP5520/ADP5501 PMIC" 543 depends on LEDS_CLASS --- 229 unchanged lines hidden --- | 537 help 538 This option enables support for LEDs driven by a Linear Technology 539 LT3593 controller. This controller uses a special one-wire pulse 540 coding protocol to set the brightness. 541 542config LEDS_ADP5520 543 tristate "LED Support for ADP5520/ADP5501 PMIC" 544 depends on LEDS_CLASS --- 229 unchanged lines hidden --- |