1# Copyright (c) 2023 Centralp
2# SPDX-License-Identifier: Apache-2.0
3
4config AUDIO_TAS6422DAC
5 bool "TAS6422 audio amplifier support"
6 default y
7 depends on DT_HAS_TI_TAS6422DAC_ENABLED
8 select I2C
9 depends on GPIO
10 help
11 Enable TAS6422 support on the selected board
12