Kconfig 938 B

1234567891011121314151617181920212223242526272829
  1. # SPDX-License-Identifier: GPL-2.0
  2. if LEDS_CLASS_MULTICOLOR
  3. config LEDS_PWM_MULTICOLOR
  4. tristate "PWM driven multi-color LED Support"
  5. depends on PWM
  6. help
  7. This option enables support for PWM driven monochrome LEDs that are
  8. grouped into multicolor LEDs.
  9. To compile this driver as a module, choose M here: the module
  10. will be called leds-pwm-multicolor.
  11. config LEDS_QCOM_LPG
  12. tristate "LED support for Qualcomm LPG"
  13. depends on OF
  14. depends on PWM
  15. depends on SPMI
  16. help
  17. This option enables support for the Light Pulse Generator found in a
  18. wide variety of Qualcomm PMICs. The LPG consists of a number of PWM
  19. channels and typically a shared pattern lookup table and a current
  20. sink, intended to drive RGB LEDs. Each channel can either be used as
  21. a LED, grouped to represent a RGB LED or exposed as PWM channels.
  22. If compiled as a module, the module will be named leds-qcom-lpg.
  23. endif # LEDS_CLASS_MULTICOLOR