:orphan: .. title:: CONFIG_TLC59108 .. kconfig:: CONFIG_TLC59108 CONFIG_TLC59108 ############### *TLC59108 LED driver* Type: ``bool`` Help ==== .. code-block:: none Enable LED driver for TLC59108. 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.tlc59108:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:80`` → ``/led/Kconfig:36`` Menu path: (Top) → Device Drivers → LED drivers .. code-block:: kconfig config TLC59108 bool "TLC59108 LED driver" depends on I2C && LED help Enable LED driver for TLC59108. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*