:orphan: .. title:: CONFIG_GROVE_TEMPERATURE_SENSOR .. kconfig:: CONFIG_GROVE_TEMPERATURE_SENSOR CONFIG_GROVE_TEMPERATURE_SENSOR ############################### *Enable the Seeed Grove Temperature Sensor* Type: ``bool`` Help ==== .. code-block:: none Setting this value will enable driver support for the Grove Temperature Sensor. Direct dependencies =================== \ :kconfig:`ADC ` && !\ :kconfig:`MINIMAL_LIBC ` && \ :kconfig:`GROVE_SENSORS ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/grove/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:91`` Menu path: (Top) → Device Drivers → Sensor Drivers → Seeed Grove sensors support .. code-block:: kconfig config GROVE_TEMPERATURE_SENSOR bool "Enable the Seeed Grove Temperature Sensor" depends on ADC && !MINIMAL_LIBC && GROVE_SENSORS && 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.)*