Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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 select S3C64XX_DMA if ARCH_S3C64XX
5 help
6 Say Y or M if you want to add support for codecs attached to
7 the S3C24XX AC97 or I2S interfaces. You will also need to
8 select the audio interfaces to support below.
9
10 config SND_S3C24XX_SOC_I2S
11 tristate
12 select S3C2410_DMA
13
14 config SND_S3C_I2SV2_SOC
15 tristate
16
17 config SND_S3C2412_SOC_I2S
18 tristate
19 select SND_S3C_I2SV2_SOC
20 select S3C2410_DMA
21
22 config SND_S3C64XX_SOC_I2S
23 tristate
24 select SND_S3C_I2SV2_SOC
25 select S3C64XX_DMA
26
27 config SND_S3C_SOC_PCM
28 tristate
29
30 config SND_S3C_SOC_AC97
31 tristate
32 select SND_SOC_AC97_BUS
33
34 config SND_S3C24XX_SOC_NEO1973_WM8753
35 tristate "SoC I2S Audio support for NEO1973 - WM8753"
36 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
37 select SND_S3C24XX_SOC_I2S
38 select SND_SOC_WM8753
39 help
40 Say Y if you want to add support for SoC audio on smdk2440
41 with the WM8753.
42
43 config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
44 tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
45 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
46 select SND_S3C24XX_SOC_I2S
47 select SND_SOC_WM8753
48 help
49 This driver provides audio support for the Openmoko Neo FreeRunner
50 smartphone.
51
52 config SND_S3C24XX_SOC_JIVE_WM8750
53 tristate "SoC I2S Audio support for Jive"
54 depends on SND_S3C24XX_SOC && MACH_JIVE
55 select SND_SOC_WM8750
56 select SND_S3C2412_SOC_I2S
57 help
58 Sat Y if you want to add support for SoC audio on the Jive.
59
60 config SND_S3C64XX_SOC_WM8580
61 tristate "SoC I2S Audio support for WM8580 on SMDK64XX"
62 depends on SND_S3C24XX_SOC && (MACH_SMDK6400 || MACH_SMDK6410)
63 depends on BROKEN
64 select SND_SOC_WM8580
65 select SND_S3C64XX_SOC_I2S
66 help
67 Sat Y if you want to add support for SoC audio on the SMDK64XX.
68
69 config SND_S3C24XX_SOC_SMDK2443_WM9710
70 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
71 depends on SND_S3C24XX_SOC && MACH_SMDK2443
72 select S3C2410_DMA
73 select AC97_BUS
74 select SND_SOC_AC97_CODEC
75 select SND_S3C_SOC_AC97
76 help
77 Say Y if you want to add support for SoC audio on smdk2443
78 with the WM9710.
79
80 config SND_S3C24XX_SOC_LN2440SBC_ALC650
81 tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
82 depends on SND_S3C24XX_SOC && ARCH_S3C2410
83 select S3C2410_DMA
84 select AC97_BUS
85 select SND_SOC_AC97_CODEC
86 select SND_S3C_SOC_AC97
87 help
88 Say Y if you want to add support for SoC audio on ln2440sbc
89 with the ALC650.
90
91 config SND_S3C24XX_SOC_S3C24XX_UDA134X
92 tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
93 depends on SND_S3C24XX_SOC && ARCH_S3C2410
94 select SND_S3C24XX_SOC_I2S
95 select SND_SOC_L3
96 select SND_SOC_UDA134X
97
98 config SND_S3C24XX_SOC_SIMTEC
99 tristate
100 help
101 Internal node for common S3C24XX/Simtec suppor
102
103 config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
104 tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
105 depends on SND_S3C24XX_SOC && ARCH_S3C2410
106 select SND_S3C24XX_SOC_I2S
107 select SND_SOC_TLV320AIC23
108 select SND_S3C24XX_SOC_SIMTEC
109
110 config SND_S3C24XX_SOC_SIMTEC_HERMES
111 tristate "SoC I2S Audio support for Simtec Hermes board"
112 depends on SND_S3C24XX_SOC && ARCH_S3C2410
113 select SND_S3C24XX_SOC_I2S
114 select SND_SOC_TLV320AIC3X
115 select SND_S3C24XX_SOC_SIMTEC
116
117 config SND_SOC_SMDK_WM9713
118 tristate "SoC AC97 Audio support for SMDK with WM9713"
119 depends on SND_S3C24XX_SOC && MACH_SMDK6410
120 select SND_SOC_WM9713
121 select SND_S3C_SOC_AC97
122 help
123 Sat Y if you want to add support for SoC audio on the SMDK.
This page took 0.090713 seconds and 6 git commands to generate.