CONFIG_LP3943

LP3943 LED driver

Type: bool

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.

Direct dependencies

I2C && LED

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/led/Kconfig.lp3943:7

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:80drivers/led/Kconfig:43

Menu path: (top menu) → Device Drivers → LED drivers

menuconfig LP3943
    bool
    prompt "LP3943 LED driver" if I2C && LED
    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.

(Definitions include propagated dependencies, including from if’s and menus.)