1 # SPDX-License-Identifier: GPL-2.0-only
3 ## Au1200/Au1550/Au1300 PSC + DBDMA
6 tristate "SoC Audio for Au12xx/Au13xx/Au1550"
7 depends on MIPS_ALCHEMY
9 This option enables support for the Programmable Serial
10 Controllers in AC97 and I2S mode, and the Descriptor-Based DMA
11 Controller (DBDMA) as found on the Au12xx/Au13xx/Au1550 SoC.
13 config SND_SOC_AU1XPSC_I2S
16 config SND_SOC_AU1XPSC_AC97
20 select SND_SOC_AC97_BUS
23 ## Au1000/1500/1100 DMA + AC97C/I2SC
25 config SND_SOC_AU1XAUDIO
26 tristate "SoC Audio for Au1000/Au1500/Au1100"
27 depends on MIPS_ALCHEMY
29 This is a driver set for the AC97 unit and the
30 old DMA controller as found on the Au1000/Au1500/Au1100 chips.
32 config SND_SOC_AU1XAC97C
36 select SND_SOC_AC97_BUS
38 config SND_SOC_AU1XI2SC
46 tristate "DB1000 Audio support"
47 depends on SND_SOC_AU1XAUDIO
48 select SND_SOC_AU1XAC97C
49 select SND_SOC_AC97_CODEC
51 Select this option to enable AC97 audio on the early DB1x00 series
52 of boards (DB1000/DB1500/DB1100).
55 tristate "DB1200/DB1300/DB1550 Audio support"
56 depends on SND_SOC_AU1XPSC
57 select SND_SOC_AU1XPSC_AC97
58 select SND_SOC_AC97_CODEC
60 select SND_SOC_AU1XPSC_I2S
61 select SND_SOC_WM8731_I2C
63 Select this option to enable audio (AC97 and I2S) on the
64 Alchemy/AMD/RMI/NetLogic Db1200, Db1550 and Db1300 evaluation boards.
65 If you need Db1300 touchscreen support, you definitely want to say Y.