1# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4config ESP32_TEMP
5	bool "ESP32 Temperature Sensor"
6	default y
7	depends on DT_HAS_ESPRESSIF_ESP32_TEMP_ENABLED
8	depends on !SOC_SERIES_ESP32
9	help
10	  Enable driver for temperature sensor on certain ESP targets.
11