blob: d85bf8a0abb2935941b008ab12dfcf5831536e73 [file] [log] [blame]
Graeme Gregory86e1f0d2007-02-14 13:20:46 +01001config SND_S3C24XX_SOC
Mark Brown499d8f42009-03-05 17:26:15 +00002 tristate "SoC Audio for the Samsung S3CXXXX chips"
Jassi Brarce1f7d32010-05-27 12:11:44 +09003 depends on ARCH_S3C2410 || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210
Mark Brown239a22a2009-08-24 20:21:51 +01004 select S3C64XX_DMA if ARCH_S3C64XX
Marek Beliskob0fc7b82010-11-08 13:14:51 +01005 select S3C2410_DMA if ARCH_S3C2410
Graeme Gregory86e1f0d2007-02-14 13:20:46 +01006 help
7 Say Y or M if you want to add support for codecs attached to
Mark Brown6e498d52009-04-09 16:40:41 +01008 the S3C24XX AC97 or I2S interfaces. You will also need to
9 select the audio interfaces to support below.
Graeme Gregory86e1f0d2007-02-14 13:20:46 +010010
11config SND_S3C24XX_SOC_I2S
12 tristate
Ben Dooksc36623a2009-03-04 00:49:34 +000013 select S3C2410_DMA
Graeme Gregory80ab1c02007-05-14 11:06:11 +020014
Ben Dooksdc854472009-03-04 00:49:30 +000015config SND_S3C_I2SV2_SOC
16 tristate
17
Ben Dooks49646df2008-01-10 14:47:21 +010018config SND_S3C2412_SOC_I2S
19 tristate
Ben Dooksdc854472009-03-04 00:49:30 +000020 select SND_S3C_I2SV2_SOC
Ben Dooksc36623a2009-03-04 00:49:34 +000021 select S3C2410_DMA
Ben Dooks49646df2008-01-10 14:47:21 +010022
Ben Dooksf8cf8172009-03-04 00:49:31 +000023config SND_S3C64XX_SOC_I2S
24 tristate
25 select SND_S3C_I2SV2_SOC
Ben Dooksc36623a2009-03-04 00:49:34 +000026 select S3C64XX_DMA
Ben Dooksf8cf8172009-03-04 00:49:31 +000027
Jassi Braraf56b1c2010-04-27 15:57:11 +090028config SND_S3C64XX_SOC_I2S_V4
29 tristate
30 select SND_S3C_I2SV2_SOC
31 select S3C64XX_DMA
32
Jassi Brar357a1db2009-11-17 16:54:03 +090033config SND_S3C_SOC_PCM
34 tristate
35
Jassi Brarfc93ea22010-01-27 14:59:08 +090036config SND_S3C_SOC_AC97
37 tristate
38 select SND_SOC_AC97_BUS
39
Seungwhan Younfc127cc2010-10-12 20:51:23 +090040config SND_S5P_SOC_SPDIF
41 tristate
42 select SND_SOC_SPDIF
43
Graeme Gregory80ab1c02007-05-14 11:06:11 +020044config SND_S3C24XX_SOC_NEO1973_WM8753
45 tristate "SoC I2S Audio support for NEO1973 - WM8753"
Arnaud Patard9c638cd2007-07-23 15:43:37 +020046 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
Graeme Gregory80ab1c02007-05-14 11:06:11 +020047 select SND_S3C24XX_SOC_I2S
48 select SND_SOC_WM8753
49 help
50 Say Y if you want to add support for SoC audio on smdk2440
51 with the WM8753.
52
Mark Brown606689e2009-02-28 17:33:52 +000053config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
54 tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
55 depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
56 select SND_S3C24XX_SOC_I2S
57 select SND_SOC_WM8753
58 help
59 This driver provides audio support for the Openmoko Neo FreeRunner
60 smartphone.
61
Ben Dooks3093e482009-03-04 00:49:27 +000062config SND_S3C24XX_SOC_JIVE_WM8750
63 tristate "SoC I2S Audio support for Jive"
64 depends on SND_S3C24XX_SOC && MACH_JIVE
65 select SND_SOC_WM8750
Ben Dooks3093e482009-03-04 00:49:27 +000066 select SND_S3C2412_SOC_I2S
67 help
68 Sat Y if you want to add support for SoC audio on the Jive.
69
jassi brard0f5fa12009-09-19 09:46:06 +090070config SND_S3C64XX_SOC_WM8580
71 tristate "SoC I2S Audio support for WM8580 on SMDK64XX"
Jassi Brard0bbc242010-04-27 15:57:17 +090072 depends on SND_S3C24XX_SOC && MACH_SMDK6410
jassi brard0f5fa12009-09-19 09:46:06 +090073 select SND_SOC_WM8580
Jassi Brard0bbc242010-04-27 15:57:17 +090074 select SND_S3C64XX_SOC_I2S_V4
jassi brard0f5fa12009-09-19 09:46:06 +090075 help
Jassi Brard0bbc242010-04-27 15:57:17 +090076 Say Y if you want to add support for SoC audio on the SMDK6410.
jassi brard0f5fa12009-09-19 09:46:06 +090077
Graeme Gregory80ab1c02007-05-14 11:06:11 +020078config SND_S3C24XX_SOC_SMDK2443_WM9710
79 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
80 depends on SND_S3C24XX_SOC && MACH_SMDK2443
Jassi Brar1ec29632010-01-27 15:01:03 +090081 select S3C2410_DMA
82 select AC97_BUS
Graeme Gregory80ab1c02007-05-14 11:06:11 +020083 select SND_SOC_AC97_CODEC
Jassi Brar1ec29632010-01-27 15:01:03 +090084 select SND_S3C_SOC_AC97
Graeme Gregory80ab1c02007-05-14 11:06:11 +020085 help
86 Say Y if you want to add support for SoC audio on smdk2443
87 with the WM9710.
88
Ivan Kuten040956f2007-10-26 14:53:47 +020089config SND_S3C24XX_SOC_LN2440SBC_ALC650
90 tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
Mark Brown4bc4c9a2009-08-04 11:38:42 +010091 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Jassi Brarc67d90f2010-01-27 15:02:04 +090092 select S3C2410_DMA
93 select AC97_BUS
Ivan Kuten040956f2007-10-26 14:53:47 +020094 select SND_SOC_AC97_CODEC
Jassi Brarc67d90f2010-01-27 15:02:04 +090095 select SND_S3C_SOC_AC97
Ivan Kuten040956f2007-10-26 14:53:47 +020096 help
97 Say Y if you want to add support for SoC audio on ln2440sbc
98 with the ALC650.
Graeme Gregory80ab1c02007-05-14 11:06:11 +020099
Christian Pellegrin7ad933d2008-11-15 08:58:32 +0100100config SND_S3C24XX_SOC_S3C24XX_UDA134X
101 tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
Mark Brown4bc4c9a2009-08-04 11:38:42 +0100102 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Christian Pellegrin7ad933d2008-11-15 08:58:32 +0100103 select SND_S3C24XX_SOC_I2S
Mark Brown070504a2009-01-23 15:34:54 +0000104 select SND_SOC_L3
Christian Pellegrin7ad933d2008-11-15 08:58:32 +0100105 select SND_SOC_UDA134X
Ben Dooks14412ac2009-08-20 22:50:40 +0100106
107config SND_S3C24XX_SOC_SIMTEC
108 tristate
109 help
110 Internal node for common S3C24XX/Simtec suppor
111
112config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
113 tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
Mark Brownbc366812009-08-25 15:53:41 +0100114 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Ben Dooks14412ac2009-08-20 22:50:40 +0100115 select SND_S3C24XX_SOC_I2S
116 select SND_SOC_TLV320AIC23
117 select SND_S3C24XX_SOC_SIMTEC
Ben Dooksb2ec22e2009-08-20 22:50:43 +0100118
119config SND_S3C24XX_SOC_SIMTEC_HERMES
120 tristate "SoC I2S Audio support for Simtec Hermes board"
Mark Brownbc366812009-08-25 15:53:41 +0100121 depends on SND_S3C24XX_SOC && ARCH_S3C2410
Ben Dooksb2ec22e2009-08-20 22:50:43 +0100122 select SND_S3C24XX_SOC_I2S
123 select SND_SOC_TLV320AIC3X
124 select SND_S3C24XX_SOC_SIMTEC
Jassi Brarff6e64d2010-01-27 14:59:19 +0900125
Vasily Khoruzhick81d97802010-08-30 11:28:08 +0300126config SND_S3C24XX_SOC_RX1950_UDA1380
127 tristate "Audio support for the HP iPAQ RX1950"
128 depends on SND_S3C24XX_SOC && MACH_RX1950
129 select SND_S3C24XX_SOC_I2S
130 select SND_SOC_UDA1380
131 help
132 This driver provides audio support for HP iPAQ RX1950 PDA.
133
Jassi Brarff6e64d2010-01-27 14:59:19 +0900134config SND_SOC_SMDK_WM9713
135 tristate "SoC AC97 Audio support for SMDK with WM9713"
Jassi Brarce1f7d32010-05-27 12:11:44 +0900136 depends on SND_S3C24XX_SOC && (MACH_SMDK6410 || MACH_SMDKC100 || MACH_SMDKV210 || MACH_SMDKC110)
Jassi Brarff6e64d2010-01-27 14:59:19 +0900137 select SND_SOC_WM9713
138 select SND_S3C_SOC_AC97
139 help
140 Sat Y if you want to add support for SoC audio on the SMDK.
Maurus Cuelenaerece93a372010-07-03 02:46:12 +0200141
142config SND_S3C64XX_SOC_SMARTQ
143 tristate "SoC I2S Audio support for SmartQ board"
144 depends on SND_S3C24XX_SOC && MACH_SMARTQ
145 select SND_S3C64XX_SOC_I2S
146 select SND_SOC_WM8750
Chanwoo Choi3782a522010-07-21 08:06:56 +0900147
148config SND_S5PC110_SOC_AQUILA_WM8994
149 tristate "SoC I2S Audio support for AQUILA - WM8994"
150 depends on SND_S3C24XX_SOC && MACH_AQUILA
151 select SND_S3C64XX_SOC_I2S_V4
152 select SND_SOC_WM8994
153 help
154 Say Y if you want to add support for SoC audio on aquila
155 with the WM8994.
Chanwoo Choif51582f2010-07-22 15:16:10 +0900156
157config SND_S5PV210_SOC_GONI_WM8994
158 tristate "SoC I2S Audio support for GONI - WM8994"
159 depends on SND_S3C24XX_SOC && MACH_GONI
160 select SND_S3C64XX_SOC_I2S_V4
161 select SND_SOC_WM8994
162 help
163 Say Y if you want to add support for SoC audio on goni
164 with the WM8994.
Seungwhan Younb67089e2010-10-12 20:58:52 +0900165
166config SND_SOC_SMDK_SPDIF
167 tristate "SoC S/PDIF Audio support for SMDK"
168 depends on SND_S3C24XX_SOC && (MACH_SMDKC100 || MACH_SMDKC110 || MACH_SMDKV210)
169 select SND_S5P_SOC_SPDIF
170 help
171 Say Y if you want to add support for SoC S/PDIF audio on the SMDK.