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

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/grove/Kconfig:82

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:30

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

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

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