-
CONFIG_GROVE_LIGHT_SENSOR_NAME
¶
Driver name
Type: string
Help¶
Specify the device name with which the sensor is identified.
Defaults¶
- “GROVE_LIGHT_SENSOR” if
GROVE_LIGHT_SENSOR
&&SENSOR
Kconfig definition¶
At drivers/sensor/grove/Kconfig:17
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:60
Menu path: (top menu) → Device Drivers → Sensor Drivers
config GROVE_LIGHT_SENSOR_NAME string prompt "Driver name" ifGROVE_LIGHT_SENSOR
&&SENSOR
default "GROVE_LIGHT_SENSOR" ifGROVE_LIGHT_SENSOR
&&SENSOR
depends onGROVE_LIGHT_SENSOR
&&SENSOR
help Specify the device name with which the sensor is identified.
(Definitions include propagated dependencies, including from if’s and menus.)