CONFIG_TLC59108¶
TLC59108 LED driver
Type: bool
Help¶
Enable LED driver for TLC59108.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/led/Kconfig.tlc59108:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:80 → <Zephyr Driver>/led/Kconfig:36
Menu path: (Top) → Device Drivers → LED drivers
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.)