ASoC: Add JIVE audio support
[deliverable/linux.git] / sound / soc / s3c24xx / Kconfig
CommitLineData
86e1f0df
GG
1config SND_S3C24XX_SOC
2 tristate "SoC Audio for the Samsung S3C24XX chips"
89fe5117 3 depends on ARCH_S3C2410
86e1f0df
GG
4 help
5 Say Y or M if you want to add support for codecs attached to
6 the S3C24XX AC97, I2S or SSP interface. You will also need
7 to select the audio interfaces to support below.
8
9config SND_S3C24XX_SOC_I2S
10 tristate
80ab1c0e 11
49646dfa
BD
12config SND_S3C2412_SOC_I2S
13 tristate
14
80ab1c0e
GG
15config SND_S3C2443_SOC_AC97
16 tristate
17 select AC97_BUS
80ab1c0e
GG
18 select SND_SOC_AC97_BUS
19
20config SND_S3C24XX_SOC_NEO1973_WM8753
21 tristate "SoC I2S Audio support for NEO1973 - WM8753"
9c638cd6 22 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
80ab1c0e
GG
23 select SND_S3C24XX_SOC_I2S
24 select SND_SOC_WM8753
25 help
26 Say Y if you want to add support for SoC audio on smdk2440
27 with the WM8753.
28
3093e48c
BD
29config SND_S3C24XX_SOC_JIVE_WM8750
30 tristate "SoC I2S Audio support for Jive"
31 depends on SND_S3C24XX_SOC && MACH_JIVE
32 select SND_SOC_WM8750
33 select SND_SOC_WM8750_SPI
34 select SND_S3C2412_SOC_I2S
35 help
36 Sat Y if you want to add support for SoC audio on the Jive.
37
80ab1c0e
GG
38config SND_S3C24XX_SOC_SMDK2443_WM9710
39 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
40 depends on SND_S3C24XX_SOC && MACH_SMDK2443
41 select SND_S3C2443_SOC_AC97
42 select SND_SOC_AC97_CODEC
43 help
44 Say Y if you want to add support for SoC audio on smdk2443
45 with the WM9710.
46
040956fa
IK
47config SND_S3C24XX_SOC_LN2440SBC_ALC650
48 tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
49 depends on SND_S3C24XX_SOC
50 select SND_S3C2443_SOC_AC97
51 select SND_SOC_AC97_CODEC
52 help
53 Say Y if you want to add support for SoC audio on ln2440sbc
54 with the ALC650.
80ab1c0e 55
7ad933d7
CP
56config SND_S3C24XX_SOC_S3C24XX_UDA134X
57 tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
58 depends on SND_S3C24XX_SOC
59 select SND_S3C24XX_SOC_I2S
070504ad 60 select SND_SOC_L3
7ad933d7 61 select SND_SOC_UDA134X
This page took 0.171759 seconds and 5 git commands to generate.