brintos

brintos / linux-shallow public Read only

0
0
Text · 1.6 KiB · 8a78809 Raw
66 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2##3## Au1200/Au1550/Au1300 PSC + DBDMA4##5config SND_SOC_AU1XPSC6	tristate "SoC Audio for Au12xx/Au13xx/Au1550"7	depends on MIPS_ALCHEMY8	help9	  This option enables support for the Programmable Serial10	  Controllers in AC97 and I2S mode, and the Descriptor-Based DMA11	  Controller (DBDMA) as found on the Au12xx/Au13xx/Au1550 SoC.12 13config SND_SOC_AU1XPSC_I2S14	tristate15 16config SND_SOC_AU1XPSC_AC9717	tristate18	select AC97_BUS19	select SND_AC97_CODEC20	select SND_SOC_AC97_BUS21 22##23## Au1000/1500/1100 DMA + AC97C/I2SC24##25config SND_SOC_AU1XAUDIO26	tristate "SoC Audio for Au1000/Au1500/Au1100"27	depends on MIPS_ALCHEMY28	help29	  This is a driver set for the AC97 unit and the30	  old DMA controller as found on the Au1000/Au1500/Au1100 chips.31 32config SND_SOC_AU1XAC97C33	tristate34	select AC97_BUS35	select SND_AC97_CODEC36	select SND_SOC_AC97_BUS37 38config SND_SOC_AU1XI2SC39	tristate40 41 42##43## Boards44##45config SND_SOC_DB100046	tristate "DB1000 Audio support"47	depends on SND_SOC_AU1XAUDIO48	select SND_SOC_AU1XAC97C49	select SND_SOC_AC97_CODEC50	help51	  Select this option to enable AC97 audio on the early DB1x00 series52	  of boards (DB1000/DB1500/DB1100).53 54config SND_SOC_DB120055	tristate "DB1200/DB1300/DB1550 Audio support"56	depends on SND_SOC_AU1XPSC57	select SND_SOC_AU1XPSC_AC9758	select SND_SOC_AC97_CODEC59	select SND_SOC_WM971260	select SND_SOC_AU1XPSC_I2S61	select SND_SOC_WM8731_I2C62	help63	  Select this option to enable audio (AC97 and I2S) on the64	  Alchemy/AMD/RMI/NetLogic Db1200, Db1550 and Db1300 evaluation boards.65	  If you need Db1300 touchscreen support, you definitely want to say Y.66