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.

Direct dependencies

I2C && LED

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/led/Kconfig.lp503x:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:78<Zephyr>/drivers/led/Kconfig:31

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.)