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

SENSOR && GROVE && ADC && NEWLIB_LIBC

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/grove/Kconfig:75

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

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

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

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