:orphan: .. title:: CONFIG_LP3943 .. kconfig:: CONFIG_LP3943 CONFIG_LP3943 ############# *LP3943 LED driver* Type: ``bool`` Help ==== .. code-block:: none Enable LED driver for LP3943. LP3943 LED driver has 16 channels each with multi-programmable states at a specified rate. Each channel can drive up to 25 mA per LED. 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.lp3943:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:80`` → ``/led/Kconfig:31`` Menu path: (Top) → Device Drivers → LED drivers .. code-block:: kconfig config LP3943 bool "LP3943 LED driver" depends on I2C && LED help Enable LED driver for LP3943. LP3943 LED driver has 16 channels each with multi-programmable states at a specified rate. Each channel can drive up to 25 mA per LED. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*