:orphan: .. title:: CONFIG_LP503X .. kconfig:: CONFIG_LP503X CONFIG_LP503X ############# *LP503X LED controller* Type: ``bool`` Help ==== .. code-block:: none Enable driver for the Texas Instruments LP5030 and LP5036 I2C LED controllers. They are respectively supporting up to 10 and 12 LEDs. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`LED ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/led/Kconfig.lp503x:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:80`` → ``/led/Kconfig:32`` Menu path: (Top) → Device Drivers → LED drivers .. code-block:: kconfig 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.)*