-
CONFIG_LP5562_I2C_ADDRESS
¶
LP5562 I2C slave address
Type: hex
Help¶
Specify the I2C slave address for the LP5562 LED driver. 0x30: ADR0 = 0, ADR1 = 0 0x31: ADR0 = 0, ADR1 = 1 0x32: ADR0 = 1, ADR1 = 0 0x33: ADR0 = 1, ADR1 = 1
Defaults¶
- 0x30 if !
HAS_DTS_I2C
&&LP5562
&&LED
Kconfig definition¶
At drivers/led/Kconfig.lp5562:24
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:78
→ drivers/led/Kconfig:27
Menu path: (top menu) → Device Drivers → LED drivers → LP5562 LED driver
config LP5562_I2C_ADDRESS hex prompt "LP5562 I2C slave address" if !HAS_DTS_I2C
&&LP5562
&&LED
range 0x30 0x33 if !HAS_DTS_I2C
&&LP5562
&&LED
default 0x30 if !HAS_DTS_I2C
&&LP5562
&&LED
depends on !HAS_DTS_I2C
&&LP5562
&&LED
help Specify the I2C slave address for the LP5562 LED driver. 0x30: ADR0 = 0, ADR1 = 0 0x31: ADR0 = 0, ADR1 = 1 0x32: ADR0 = 1, ADR1 = 0 0x33: ADR0 = 1, ADR1 = 1
(Definitions include propagated dependencies, including from if’s and menus.)