The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_PCA9633

PCA9633 LED driver

Type: bool

Help

Enable LED driver for PCA9633.

PCA9633 LED driver has 4 channels each with multi-programmable states. 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.pca9633:7

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:78drivers/led/Kconfig:28

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

menuconfig PCA9633
    bool
    prompt "PCA9633 LED driver" if I2C && LED
    depends on I2C && LED
    help
      Enable LED driver for PCA9633.

      PCA9633 LED driver has 4 channels each with multi-programmable
      states. Each channel can drive up to 25 mA per LED.

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