-
CONFIG_GROVE_TEMPERATURE_SENSOR_NAME
¶
Driver name
Type: string
Help¶
Specify the device name with which the Grove Temperature Sensor is identified.
Direct dependencies¶
GROVE_TEMPERATURE_SENSOR
&& SENSOR
(Includes any dependencies from ifs and menus.)
Default¶
“GROVE_TEMPERATURE_SENSOR”
Kconfig definition¶
At drivers/sensor/grove/Kconfig:43
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:56
→ drivers/sensor/Kconfig:70
Menu path: (Top) → Device Drivers → Sensor Drivers → Enable the Seeed Grove Temperature Sensor
config GROVE_TEMPERATURE_SENSOR_NAME string "Driver name" default "GROVE_TEMPERATURE_SENSOR" depends onGROVE_TEMPERATURE_SENSOR
&&SENSOR
help Specify the device name with which the Grove Temperature Sensor is identified.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)