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>
11 lines
302 B
Plaintext
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.
|