-
CONFIG_LP5562_I2C_MASTER_DEV_NAME
¶
I2C master where LP5562 is connected
Type: string
Help¶
Specify the device name of the I2C master device to which LP5562 is connected.
Direct dependencies¶
!HAS_DTS_I2C_DEVICE
&& LP5562
&& LED
(Includes any dependencies from if’s and menus.)
Defaults¶
- “I2C_0” if !
HAS_DTS_I2C_DEVICE
&&LP5562
&&LED
Kconfig definition¶
At drivers/led/Kconfig.lp5562:35
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:80
→ drivers/led/Kconfig:44
Menu path: (top menu) → Device Drivers → LED drivers → LP5562 LED driver
config LP5562_I2C_MASTER_DEV_NAME string prompt "I2C master where LP5562 is connected" if !HAS_DTS_I2C_DEVICE
&&LP5562
&&LED
default "I2C_0" if !HAS_DTS_I2C_DEVICE
&&LP5562
&&LED
depends on !HAS_DTS_I2C_DEVICE
&&LP5562
&&LED
help Specify the device name of the I2C master device to which LP5562 is connected.
(Definitions include propagated dependencies, including from if’s and menus.)