-
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
Kconfig definition¶
At drivers/grove/Kconfig:52
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:30
Menu path: (top menu) → Device Drivers → Grove Device Drivers
config GROVE_LIGHT_SENSOR_NAME string prompt "Driver name" ifGROVE_LIGHT_SENSOR
default "GROVE_LIGHT_SENSOR" ifGROVE_LIGHT_SENSOR
depends onGROVE_LIGHT_SENSOR
help Specify the device name with which the sensor is identified.
(Definitions include propagated dependencies, including from if’s and menus.)