-
CONFIG_GROVE_LIGHT_SENSOR_ADC_DEV_NAME
¶
ADC where Grove Light Sensor is connected
Type: string
Help¶
Specify the device name of the ADC to which the Grove Light Sensor is connected.
Defaults¶
- “ADC_0” if
GROVE_LIGHT_SENSOR
&&SENSOR
Kconfig definition¶
At drivers/sensor/grove/Kconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:64
Menu path: (top menu) → Device Drivers → Sensor Drivers → Enable the Seeed Grove Light Sensor
config GROVE_LIGHT_SENSOR_ADC_DEV_NAME string prompt "ADC where Grove Light Sensor is connected" ifGROVE_LIGHT_SENSOR
&&SENSOR
default "ADC_0" ifGROVE_LIGHT_SENSOR
&&SENSOR
depends onGROVE_LIGHT_SENSOR
&&SENSOR
help Specify the device name of the ADC to which the Grove Light Sensor is connected.
(Definitions include propagated dependencies, including from if’s and menus.)