blob: 1f6dbfc4caa85352412ba297e8094860e968fe00 [file] [log] [blame]
Graeme Gregory86e1f0d2007-02-14 13:20:46 +01001config SND_S3C24XX_SOC
2 tristate "SoC Audio for the Samsung S3C24XX chips"
Takashi Iwai4d020312007-03-08 12:53:55 +01003 depends on ARCH_S3C2410 && SND_SOC
Graeme Gregory80ab1c02007-05-14 11:06:11 +02004 select SND_PCM
Graeme Gregory86e1f0d2007-02-14 13:20:46 +01005 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
10config SND_S3C24XX_SOC_I2S
11 tristate
Graeme Gregory80ab1c02007-05-14 11:06:11 +020012
Ben Dooks49646df2008-01-10 14:47:21 +010013config SND_S3C2412_SOC_I2S
14 tristate
15
Graeme Gregory80ab1c02007-05-14 11:06:11 +020016config SND_S3C2443_SOC_AC97
17 tristate
18 select AC97_BUS
19 select SND_AC97_CODEC
20 select SND_SOC_AC97_BUS
21
22config SND_S3C24XX_SOC_NEO1973_WM8753
23 tristate "SoC I2S Audio support for NEO1973 - WM8753"
Arnaud Patard9c638cd2007-07-23 15:43:37 +020024 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
Graeme Gregory80ab1c02007-05-14 11:06:11 +020025 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
31config 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
Ivan Kuten040956f2007-10-26 14:53:47 +020040config 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.
Graeme Gregory80ab1c02007-05-14 11:06:11 +020048