Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / sound / soc / s3c24xx / Kconfig
CommitLineData
86e1f0df 1config SND_S3C24XX_SOC
499d8f4a 2 tristate "SoC Audio for the Samsung S3CXXXX chips"
b2472b1d 3 depends on ARCH_S3C2410 || ARCH_S3C64XX
239a22aa 4 select S3C64XX_DMA if ARCH_S3C64XX
86e1f0df
GG
5 help
6 Say Y or M if you want to add support for codecs attached to
6e498d5e
MB
7 the S3C24XX AC97 or I2S interfaces. You will also need to
8 select the audio interfaces to support below.
86e1f0df
GG
9
10config SND_S3C24XX_SOC_I2S
11 tristate
c36623a7 12 select S3C2410_DMA
80ab1c0e 13
dc85447b
BD
14config SND_S3C_I2SV2_SOC
15 tristate
16
49646dfa
BD
17config SND_S3C2412_SOC_I2S
18 tristate
dc85447b 19 select SND_S3C_I2SV2_SOC
c36623a7 20 select S3C2410_DMA
49646dfa 21
f8cf8176
BD
22config SND_S3C64XX_SOC_I2S
23 tristate
24 select SND_S3C_I2SV2_SOC
c36623a7 25 select S3C64XX_DMA
f8cf8176 26
357a1db9
JB
27config SND_S3C_SOC_PCM
28 tristate
29
80ab1c0e
GG
30config SND_S3C2443_SOC_AC97
31 tristate
c36623a7 32 select S3C2410_DMA
80ab1c0e 33 select AC97_BUS
80ab1c0e
GG
34 select SND_SOC_AC97_BUS
35
36config SND_S3C24XX_SOC_NEO1973_WM8753
37 tristate "SoC I2S Audio support for NEO1973 - WM8753"
9c638cd6 38 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
80ab1c0e
GG
39 select SND_S3C24XX_SOC_I2S
40 select SND_SOC_WM8753
41 help
42 Say Y if you want to add support for SoC audio on smdk2440
43 with the WM8753.
44
606689e9
MB
45config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
46 tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
47 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
48 select SND_S3C24XX_SOC_I2S
49 select SND_SOC_WM8753
50 help
51 This driver provides audio support for the Openmoko Neo FreeRunner
52 smartphone.
53
3093e48c
BD
54config SND_S3C24XX_SOC_JIVE_WM8750
55 tristate "SoC I2S Audio support for Jive"
56 depends on SND_S3C24XX_SOC && MACH_JIVE
57 select SND_SOC_WM8750
3093e48c
BD
58 select SND_S3C2412_SOC_I2S
59 help
60 Sat Y if you want to add support for SoC audio on the Jive.
61
d0f5fa17 62config SND_S3C64XX_SOC_WM8580
63 tristate "SoC I2S Audio support for WM8580 on SMDK64XX"
64 depends on SND_S3C24XX_SOC && (MACH_SMDK6400 || MACH_SMDK6410)
65 depends on BROKEN
66 select SND_SOC_WM8580
67 select SND_S3C64XX_SOC_I2S
68 help
69 Sat Y if you want to add support for SoC audio on the SMDK64XX.
70
80ab1c0e
GG
71config SND_S3C24XX_SOC_SMDK2443_WM9710
72 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
73 depends on SND_S3C24XX_SOC && MACH_SMDK2443
74 select SND_S3C2443_SOC_AC97
75 select SND_SOC_AC97_CODEC
76 help
77 Say Y if you want to add support for SoC audio on smdk2443
78 with the WM9710.
79
040956fa
IK
80config SND_S3C24XX_SOC_LN2440SBC_ALC650
81 tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
4bc4c9a5 82 depends on SND_S3C24XX_SOC && ARCH_S3C2410
040956fa
IK
83 select SND_S3C2443_SOC_AC97
84 select SND_SOC_AC97_CODEC
85 help
86 Say Y if you want to add support for SoC audio on ln2440sbc
87 with the ALC650.
80ab1c0e 88
7ad933d7
CP
89config SND_S3C24XX_SOC_S3C24XX_UDA134X
90 tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
4bc4c9a5 91 depends on SND_S3C24XX_SOC && ARCH_S3C2410
7ad933d7 92 select SND_S3C24XX_SOC_I2S
070504ad 93 select SND_SOC_L3
7ad933d7 94 select SND_SOC_UDA134X
14412acd
BD
95
96config SND_S3C24XX_SOC_SIMTEC
97 tristate
98 help
99 Internal node for common S3C24XX/Simtec suppor
100
101config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
102 tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
bc36681f 103 depends on SND_S3C24XX_SOC && ARCH_S3C2410
14412acd
BD
104 select SND_S3C24XX_SOC_I2S
105 select SND_SOC_TLV320AIC23
106 select SND_S3C24XX_SOC_SIMTEC
b2ec22e2
BD
107
108config SND_S3C24XX_SOC_SIMTEC_HERMES
109 tristate "SoC I2S Audio support for Simtec Hermes board"
bc36681f 110 depends on SND_S3C24XX_SOC && ARCH_S3C2410
b2ec22e2
BD
111 select SND_S3C24XX_SOC_I2S
112 select SND_SOC_TLV320AIC3X
113 select SND_S3C24XX_SOC_SIMTEC
This page took 0.190108 seconds and 5 git commands to generate.