1# ESP32 DAC configuration options
2
3# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
4# SPDX-License-Identifier: Apache-2.0
5
6config DAC_ESP32
7 bool "ESP32 DAC driver"
8 default y
9 depends on DT_HAS_ESPRESSIF_ESP32_DAC_ENABLED
10 help
11 Enable the ESP32 DAC driver
12