Merge commit '900cfa46191a7d87cf1891924cb90499287fd235'; branches 'timers/nohz',...
[cascardo/linux.git] / sound / soc / s3c24xx / Kconfig
1 config SND_S3C24XX_SOC
2         tristate "SoC Audio for the Samsung S3C24XX chips"
3         depends on ARCH_S3C2410 && SND_SOC
4         select SND_PCM
5         help
6           Say Y or M if you want to add support for codecs attached to
7           the S3C24XX AC97, I2S or SSP interface. You will also need
8           to select the audio interfaces to support below.
9
10 config SND_S3C24XX_SOC_I2S
11         tristate
12
13 config SND_S3C2412_SOC_I2S
14         tristate
15
16 config SND_S3C2443_SOC_AC97
17         tristate
18         select AC97_BUS
19         select SND_AC97_CODEC
20         select SND_SOC_AC97_BUS
21         
22 config SND_S3C24XX_SOC_NEO1973_WM8753
23         tristate "SoC I2S Audio support for NEO1973 - WM8753"
24         depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
25         select SND_S3C24XX_SOC_I2S
26         select SND_SOC_WM8753
27         help
28           Say Y if you want to add support for SoC audio on smdk2440
29           with the WM8753.
30
31 config SND_S3C24XX_SOC_SMDK2443_WM9710
32         tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
33         depends on SND_S3C24XX_SOC && MACH_SMDK2443
34         select SND_S3C2443_SOC_AC97
35         select SND_SOC_AC97_CODEC
36         help
37           Say Y if you want to add support for SoC audio on smdk2443
38           with the WM9710.
39
40 config SND_S3C24XX_SOC_LN2440SBC_ALC650
41         tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
42         depends on SND_S3C24XX_SOC
43         select SND_S3C2443_SOC_AC97
44         select SND_SOC_AC97_CODEC
45         help
46           Say Y if you want to add support for SoC audio on ln2440sbc
47           with the ALC650.
48