1# Copyright (c) 2022 Wolter HV <wolterhv@gmx.de>
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config ADC_ESP32
6	bool "ESP32 ADC driver"
7	default y
8	depends on DT_HAS_ESPRESSIF_ESP32_ADC_ENABLED
9	help
10	  Enable the driver implementation for the ESP32 ADC
11