:orphan: .. title:: LP503X .. option:: 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 =================== \ :option:`I2C ` && \ :option:`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:32`` → ``/Kconfig:78`` → ``/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.)*