The latest development version of this page may be more current than this released 1.14.1 version.
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 if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/grove/Kconfig:46

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:60

Menu path: (top menu) → Device Drivers → Sensor Drivers

config GROVE_TEMPERATURE_SENSOR_NAME
    string
    prompt "Driver name" if GROVE_TEMPERATURE_SENSOR && SENSOR
    default "GROVE_TEMPERATURE_SENSOR" if GROVE_TEMPERATURE_SENSOR && SENSOR
    depends on GROVE_TEMPERATURE_SENSOR && SENSOR
    help
      Specify the device name with which the Grove Temperature Sensor
      is identified.

(Definitions include propagated dependencies, including from if’s and menus.)