ASoC: Update Kconfig for Samsung CPUs to reflect S3C64xx support
[deliverable/linux.git] / sound / soc / s3c24xx / Kconfig
1 config SND_S3C24XX_SOC
2 tristate "SoC Audio for the Samsung S3CXXXX chips"
3 depends on ARCH_S3C2410 || ARCH_S3C64XX
4 help
5 Say Y or M if you want to add support for codecs attached to
6 the S3C24XX and S3C64XX AC97, I2S or SSP interface. You will
7 also need to select the audio interfaces to support below.
8
9 config SND_S3C24XX_SOC_I2S
10 tristate
11 select S3C2410_DMA
12
13 config SND_S3C_I2SV2_SOC
14 tristate
15
16 config SND_S3C2412_SOC_I2S
17 tristate
18 select SND_S3C_I2SV2_SOC
19 select S3C2410_DMA
20
21 config SND_S3C64XX_SOC_I2S
22 tristate
23 select SND_S3C_I2SV2_SOC
24 select S3C64XX_DMA
25
26 config SND_S3C2443_SOC_AC97
27 tristate
28 select S3C2410_DMA
29 select AC97_BUS
30 select SND_SOC_AC97_BUS
31
32 config SND_S3C24XX_SOC_NEO1973_WM8753
33 tristate "SoC I2S Audio support for NEO1973 - WM8753"
34 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
35 select SND_S3C24XX_SOC_I2S
36 select SND_SOC_WM8753
37 help
38 Say Y if you want to add support for SoC audio on smdk2440
39 with the WM8753.
40
41 config SND_S3C24XX_SOC_JIVE_WM8750
42 tristate "SoC I2S Audio support for Jive"
43 depends on SND_S3C24XX_SOC && MACH_JIVE
44 select SND_SOC_WM8750
45 select SND_SOC_WM8750_SPI
46 select SND_S3C2412_SOC_I2S
47 help
48 Sat Y if you want to add support for SoC audio on the Jive.
49
50 config SND_S3C24XX_SOC_SMDK2443_WM9710
51 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
52 depends on SND_S3C24XX_SOC && MACH_SMDK2443
53 select SND_S3C2443_SOC_AC97
54 select SND_SOC_AC97_CODEC
55 help
56 Say Y if you want to add support for SoC audio on smdk2443
57 with the WM9710.
58
59 config SND_S3C24XX_SOC_LN2440SBC_ALC650
60 tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
61 depends on SND_S3C24XX_SOC
62 select SND_S3C2443_SOC_AC97
63 select SND_SOC_AC97_CODEC
64 help
65 Say Y if you want to add support for SoC audio on ln2440sbc
66 with the ALC650.
67
68 config SND_S3C24XX_SOC_S3C24XX_UDA134X
69 tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
70 depends on SND_S3C24XX_SOC
71 select SND_S3C24XX_SOC_I2S
72 select SND_SOC_L3
73 select SND_SOC_UDA134X
This page took 0.033861 seconds and 5 git commands to generate.