The latest development version of this page may be more current than this released 1.14.1 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 && NEWLIB_LIBC && SENSOR

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/grove/Kconfig:38

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

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

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

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