-
CONFIG_SX9500_I2C_DEV_NAME
¶
I2C master where SX9500 is connected
Type: string
Help¶
Specify the device name of the I2C master device to which SX9500 is connected.
Kconfig definition¶
At drivers/sensor/sx9500/Kconfig:27
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:114
Menu path: (top menu) → Device Drivers → Sensor Drivers → SX9500 I2C SAR Proximity Chip
config SX9500_I2C_DEV_NAME string prompt "I2C master where SX9500 is connected" ifSX9500
&&SENSOR
default "I2C_0" ifSX9500
&&SENSOR
depends onSX9500
&&SENSOR
help Specify the device name of the I2C master device to which SX9500 is connected.
(Definitions include propagated dependencies, including from if’s and menus.)