CONFIG_LP503X¶
LP503X LED controller
Type: bool
Help¶
Enable driver for the Texas Instruments LP5030 and LP5036 I2C LED
controllers. They are respectively supporting up to 10 and 12 LEDs.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/led/Kconfig.lp503x:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:80 → <Zephyr Driver>/led/Kconfig:32
Menu path: (Top) → Device Drivers → LED drivers
config LP503X
    bool "LP503X LED controller"
    depends on I2C && LED
    help
      Enable driver for the Texas Instruments LP5030 and LP5036 I2C LED
      controllers. They are respectively supporting up to 10 and 12 LEDs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)