Organizes sensor drivers by vendor to distribute maintainership responsibilities. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
11 lines
309 B
Plaintext
11 lines
309 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_SERIES_ESP32
|
|
help
|
|
Enable driver for temperature sensor on certain ESP targets.
|