1# SPDX-License-Identifier: GPL-2.0-only 2## 3## Au1200/Au1550/Au1300 PSC + DBDMA 4## 5menu "Au1x" 6 7config SND_SOC_AU1XPSC 8 tristate "SoC Audio for Au12xx/Au13xx/Au1550" 9 depends on MIPS_ALCHEMY 10 help 11 This option enables support for the Programmable Serial 12 Controllers in AC97 and I2S mode, and the Descriptor-Based DMA 13 Controller (DBDMA) as found on the Au12xx/Au13xx/Au1550 SoC. 14 15config SND_SOC_AU1XPSC_I2S 16 tristate 17 18config SND_SOC_AU1XPSC_AC97 19 tristate 20 select AC97_BUS 21 select SND_AC97_CODEC 22 select SND_SOC_AC97_BUS 23 24## 25## Au1000/1500/1100 DMA + AC97C/I2SC 26## 27config SND_SOC_AU1XAUDIO 28 tristate "SoC Audio for Au1000/Au1500/Au1100" 29 depends on MIPS_ALCHEMY 30 help 31 This is a driver set for the AC97 unit and the 32 old DMA controller as found on the Au1000/Au1500/Au1100 chips. 33 34config SND_SOC_AU1XAC97C 35 tristate 36 select AC97_BUS 37 select SND_AC97_CODEC 38 select SND_SOC_AC97_BUS 39 40config SND_SOC_AU1XI2SC 41 tristate 42 43 44## 45## Boards 46## 47config SND_SOC_DB1000 48 tristate "DB1000 Audio support" 49 depends on SND_SOC_AU1XAUDIO 50 select SND_SOC_AU1XAC97C 51 select SND_SOC_AC97_CODEC 52 help 53 Select this option to enable AC97 audio on the early DB1x00 series 54 of boards (DB1000/DB1500/DB1100). 55 56config SND_SOC_DB1200 57 tristate "DB1200/DB1300/DB1550 Audio support" 58 depends on SND_SOC_AU1XPSC 59 select SND_SOC_AU1XPSC_AC97 60 select SND_SOC_AC97_CODEC 61 select SND_SOC_WM9712 62 select SND_SOC_AU1XPSC_I2S 63 select SND_SOC_WM8731_I2C 64 help 65 Select this option to enable audio (AC97 and I2S) on the 66 Alchemy/AMD/RMI/NetLogic Db1200, Db1550 and Db1300 evaluation boards. 67 If you need Db1300 touchscreen support, you definitely want to say Y. 68 69endmenu 70