]> Git Repo - linux.git/blame - sound/soc/au1x/Kconfig
Merge branches 'for-2639/i2c-eg20t', 'for-2639/i2c-shmobile', 'for-2639/i2c-tegra...
[linux.git] / sound / soc / au1x / Kconfig
CommitLineData
4a161d23
ML
1##
2## Au1200/Au1550 PSC + DBDMA
3##
4config SND_SOC_AU1XPSC
5 tristate "SoC Audio for Au1200/Au1250/Au1550"
6 depends on SOC_AU1200 || SOC_AU1550
7 help
8 This option enables support for the Programmable Serial
9 Controllers in AC97 and I2S mode, and the Descriptor-Based DMA
10 Controller (DBDMA) as found on the Au1200/Au1250/Au1550 SoC.
11
12config SND_SOC_AU1XPSC_I2S
13 tristate
14
15config SND_SOC_AU1XPSC_AC97
16 tristate
17 select AC97_BUS
18 select SND_AC97_CODEC
19 select SND_SOC_AC97_BUS
20
21
22##
23## Boards
24##
05ae3231
ML
25config SND_SOC_DB1200
26 tristate "DB1200 AC97+I2S audio support"
4a161d23
ML
27 depends on SND_SOC_AU1XPSC
28 select SND_SOC_AU1XPSC_AC97
29 select SND_SOC_AC97_CODEC
05ae3231
ML
30 select SND_SOC_AU1XPSC_I2S
31 select SND_SOC_WM8731
4a161d23 32 help
05ae3231
ML
33 Select this option to enable audio (AC97 or I2S) on the
34 Alchemy/AMD/RMI DB1200 demoboard.
This page took 0.285989 seconds and 4 git commands to generate.