The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_GROVE_TEMPERATURE_SENSOR

Enable the Seeed Grove Temperature Sensor

Type: bool

Help

Setting this value will enable driver support for the Grove Temperature Sensor.

Direct dependencies

ADC && !MINIMAL_LIBC && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/grove/Kconfig:13

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:62drivers/sensor/Kconfig:85

Menu path: (Top) → Device Drivers → Sensor Drivers

config GROVE_TEMPERATURE_SENSOR
    bool "Enable the Seeed Grove Temperature Sensor"
    depends on ADC && !MINIMAL_LIBC && SENSOR
    help
      Setting this value will enable driver support for the Grove
      Temperature Sensor.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)