zephyr/drivers/sensor/esp32_temp/Kconfig
Marek Matej 45d55205db drivers: esp32: temp: CPU die temperature sensor
Support for the measuring the CPU die temperature
for the ESP32 targets S2,C3. The ESP32 support
was ommited due to lack of offset calibration.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
2022-12-15 18:21:39 +01:00

11 lines
302 B
Plaintext

# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
# SPDX-License-Identifier: Apache-2.0
config ESP32_TEMP
bool "ESP32 Temperature Sensor"
default y
depends on DT_HAS_ESPRESSIF_ESP32_TEMP_ENABLED
depends on !SOC_ESP32
help
Enable driver for temperature sensor on certain ESP targets.