-
CONFIG_MAX44009_I2C_DEV_NAME
¶
I2C master where MAX44009 is connected
Type: string
Help¶
Specify the device name of the I2C master device to which the MAX44009 chip is connected.
Kconfig definition¶
At drivers/sensor/max44009/Kconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:100
Menu path: (top menu) → Device Drivers → Sensor Drivers → MAX44009 Light Sensor
config MAX44009_I2C_DEV_NAME string prompt "I2C master where MAX44009 is connected" ifMAX44009
&&SENSOR
default "I2C_0" ifMAX44009
&&SENSOR
depends onMAX44009
&&SENSOR
help Specify the device name of the I2C master device to which the MAX44009 chip is connected.
(Definitions include propagated dependencies, including from if’s and menus.)