1# SPDX-License-Identifier: GPL-2.0-only 2## 3## TXx9 ACLC 4## 5config SND_SOC_TXX9ACLC 6 tristate "SoC Audio for TXx9" 7 depends on HAS_TXX9_ACLC && TXX9_DMAC 8 help 9 This option enables support for the AC Link Controllers in TXx9 SoC. 10 11config HAS_TXX9_ACLC 12 bool 13 14config SND_SOC_TXX9ACLC_AC97 15 tristate 16 select AC97_BUS 17 select SND_AC97_CODEC 18 select SND_SOC_AC97_BUS 19 20 21## 22## Boards 23## 24config SND_SOC_TXX9ACLC_GENERIC 25 tristate "Generic TXx9 ACLC sound machine" 26 depends on SND_SOC_TXX9ACLC 27 select SND_SOC_TXX9ACLC_AC97 28 select SND_SOC_AC97_CODEC 29 help 30 This is a generic AC97 sound machine for use in TXx9 based systems. 31