1# Copyright (c) 2019 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config AUDIO_TLV320DAC
5 bool "TLV320DAC310x DAC support"
6 default y
7 depends on DT_HAS_TI_TLV320DAC_ENABLED
8 select I2C
9 depends on GPIO
10 help
11 Enable TLV320DAC support on the selected board
12