CONFIG_TLC59108

TLC59108 LED driver

Type: bool

Help

Enable LED driver for TLC59108.

Direct dependencies

I2C && LED

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/led/Kconfig.tlc59108:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:80<Zephyr>/drivers/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.)