-
CONFIG_PCA9633_I2C_MASTER_DEV_NAME
¶
I2C master where PCA9633 is connected
Type: string
Help¶
Specify the device name of the I2C master device to which PCA9633 is connected.
Defaults¶
- “I2C_1” if !
HAS_DTS_I2C
&&LED
Kconfig definition¶
At drivers/led/Kconfig.pca9633:30
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:78
→ drivers/led/Kconfig:28
Menu path: (top menu) → Device Drivers → LED drivers
config PCA9633_I2C_MASTER_DEV_NAME string prompt "I2C master where PCA9633 is connected" if !HAS_DTS_I2C
&&LED
default "I2C_1" if !HAS_DTS_I2C
&&LED
depends on !HAS_DTS_I2C
&&LED
help Specify the device name of the I2C master device to which PCA9633 is connected.
(Definitions include propagated dependencies, including from if’s and menus.)