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