:orphan: .. title:: LP503X .. option:: 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 =================== \ :option:`I2C ` && \ :option:`LED ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/led/Kconfig.lp503x:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:78`` → ``drivers/led/Kconfig:31`` Menu path: (Top) → Device Drivers → LED drivers .. parsed-literal:: config LP503X bool "LP503X LED controller" depends on \ :option:`I2C ` && \ :option:`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.)*