Kconfig (9fa2762110dd5d4e3ccadcd6bc1e5c7c517cbe4d) Kconfig (818d03b3d4ae00eeb56687d2115a930406b2c7b3)
1# SPDX-License-Identifier: GPL-2.0-only
2config LEDS_GPIO_REGISTER
3 bool
4 help
5 This option provides the function gpio_led_register_device.
6 As this function is used by arch code it must not be compiled as a
7 module.
8

--- 538 unchanged lines hidden (view full) ---

547
548config LEDS_PWM
549 tristate "PWM driven LED Support"
550 depends on LEDS_CLASS
551 depends on PWM
552 help
553 This option enables support for pwm driven LEDs
554
1# SPDX-License-Identifier: GPL-2.0-only
2config LEDS_GPIO_REGISTER
3 bool
4 help
5 This option provides the function gpio_led_register_device.
6 As this function is used by arch code it must not be compiled as a
7 module.
8

--- 538 unchanged lines hidden (view full) ---

547
548config LEDS_PWM
549 tristate "PWM driven LED Support"
550 depends on LEDS_CLASS
551 depends on PWM
552 help
553 This option enables support for pwm driven LEDs
554
555config LEDS_PWM_MULTICOLOR
556 tristate "PWM driven multi-color LED Support"
557 depends on LEDS_CLASS_MULTICOLOR
558 depends on PWM
559 help
560 This option enables support for PWM driven monochrome LEDs that are
561 grouped into multicolor LEDs.
562
563 To compile this driver as a module, choose M here: the module
564 will be called leds-pwm-multicolor.
565
566config LEDS_REGULATOR
567 tristate "REGULATOR driven LED support"
568 depends on LEDS_CLASS
569 depends on REGULATOR
570 help
571 This option enables support for regulator driven LEDs.
572
573config LEDS_BD2802

--- 319 unchanged lines hidden ---
555config LEDS_REGULATOR
556 tristate "REGULATOR driven LED support"
557 depends on LEDS_CLASS
558 depends on REGULATOR
559 help
560 This option enables support for regulator driven LEDs.
561
562config LEDS_BD2802

--- 319 unchanged lines hidden ---