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.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/led/Kconfig.pca9633:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:80
→ <Zephyr>/drivers/led/Kconfig:34
Menu path: (Top) → Device Drivers → LED drivers
config PCA9633
bool "PCA9633 LED driver"
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)