blob: e239345a4d5d3fdd9f3024a80136dc814003502b [file] [log] [blame]
Mark Brown227b4dc2009-01-03 11:24:41 +01001# Helper to resolve issues with configs that have SPI enabled but I2C
2# modular, meaning we can't build the codec driver in with I2C support.
3# We use an ordered list of conditional defaults to pick the appropriate
4# setting - SPI can't be modular so that case doesn't need to be covered.
5config SND_SOC_I2C_AND_SPI
6 tristate
7 default m if I2C=m
8 default y if I2C=y
9 default y if SPI_MASTER=y
10
Mark Brown0c941612008-07-29 11:42:35 +010011config SND_SOC_ALL_CODECS
12 tristate "Build all ASoC CODEC drivers"
Haojian Zhuangf213f4b2010-08-19 00:35:25 +080013 select SND_SOC_88PM860X if MFD_88PM860X
Mark Brown070504ad2009-01-23 15:34:54 +000014 select SND_SOC_L3
Takashi Iwai07637222008-10-30 17:53:19 +010015 select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
Mark Browne9ade7f2009-08-13 15:19:42 +010016 select SND_SOC_AD1836 if SPI_MASTER
Barry Songa1533d92010-03-19 14:48:33 +080017 select SND_SOC_AD193X if SND_SOC_I2C_AND_SPI
Mark Brownca53fb242008-10-22 22:41:11 +010018 select SND_SOC_AD1980 if SND_SOC_AC97_BUS
Graeme Gregory2dcf9fb2009-11-04 17:49:22 +000019 select SND_SOC_ADS117X
Mark Brownca53fb242008-10-22 22:41:11 +010020 select SND_SOC_AD73311 if I2C
Daniel Macka3819342009-03-09 02:13:17 +010021 select SND_SOC_AK4104 if SPI_MASTER
Mark Brownca53fb242008-10-22 22:41:11 +010022 select SND_SOC_AK4535 if I2C
Kuninori Morimotoa3a83d92009-08-21 10:23:41 +090023 select SND_SOC_AK4642 if I2C
Joonyoung Shim2312fd82009-09-10 00:12:43 +090024 select SND_SOC_AK4671 if I2C
Jarkko Nikula473f89f2010-10-29 16:47:44 +030025 select SND_SOC_ALC5623 if I2C
Miguel Aguilarb56e9722010-03-11 09:32:59 -060026 select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC
apatard@mandriva.com72ed5a82010-05-27 14:57:41 +020027 select SND_SOC_CS42L51 if I2C
Mark Brownca53fb242008-10-22 22:41:11 +010028 select SND_SOC_CS4270 if I2C
Alexander Sverdlin67b22512011-01-19 21:22:06 +030029 select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI
Jarkko Nikula76a61062010-10-29 16:47:45 +030030 select SND_SOC_CX20442
Kuninori Morimoto98615452009-12-14 13:21:56 +090031 select SND_SOC_DA7210 if I2C
Jarkko Nikula703dde62010-10-29 16:47:44 +030032 select SND_SOC_JZ4740_CODEC if SOC_JZ4740
Mark Browne86e1242010-10-18 16:45:24 -070033 select SND_SOC_MAX98088 if I2C
Mark Brownb4541662010-06-20 14:05:46 +010034 select SND_SOC_MAX9877 if I2C
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -050035 select SND_SOC_PCM3008
Vinod Koul4dc69be2011-01-04 20:16:07 +053036 select SND_SOC_SN95031 if INTEL_SCU_IPC
Chaithrika U Sbe461ba2009-05-28 05:10:50 -040037 select SND_SOC_SPDIF
Mark Brownca53fb242008-10-22 22:41:11 +010038 select SND_SOC_SSM2602 if I2C
Jon Smirl3c166c72009-05-23 19:13:07 -040039 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
Mark Brownca53fb242008-10-22 22:41:11 +010040 select SND_SOC_TLV320AIC23 if I2C
41 select SND_SOC_TLV320AIC26 if SPI_MASTER
42 select SND_SOC_TLV320AIC3X if I2C
Peter Ujfalusi493b67e2009-10-09 15:55:41 +030043 select SND_SOC_TPA6130A2 if I2C
Peter Ujfalusic8bf93f2009-10-15 09:03:56 +030044 select SND_SOC_TLV320DAC33 if I2C
Steve Sakomancc175572008-10-30 21:35:26 -070045 select SND_SOC_TWL4030 if TWL4030_CORE
Misael Lopez Cruz8ecbabd2010-03-19 11:25:51 +000046 select SND_SOC_TWL6040 if TWL4030_CORE
Christian Pellegrin1cad1de2008-11-15 08:58:16 +010047 select SND_SOC_UDA134X
Mark Brownca53fb242008-10-22 22:41:11 +010048 select SND_SOC_UDA1380 if I2C
Matti J. Aaltonen228dd542011-01-13 15:22:45 +020049 select SND_SOC_WL1273 if RADIO_WL1273
Mark Brown3a66d382010-02-11 13:27:19 +000050 select SND_SOC_WM2000 if I2C
Mark Brown40aa4a32008-12-16 10:15:12 +000051 select SND_SOC_WM8350 if MFD_WM8350
Mark Brownaaf1e172009-03-10 10:55:15 +000052 select SND_SOC_WM8400 if MFD_WM8400
Mark Brown227b4dc2009-01-03 11:24:41 +010053 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
Mark Brown1dcf98f2009-07-01 18:28:54 +010054 select SND_SOC_WM8523 if I2C
Mark Brownca53fb242008-10-22 22:41:11 +010055 select SND_SOC_WM8580 if I2C
Mark Brown08aff8c2009-08-18 21:15:14 +010056 select SND_SOC_WM8711 if SND_SOC_I2C_AND_SPI
Neil Jones89933de2009-11-02 15:14:17 +000057 select SND_SOC_WM8727
Mark Brown227b4dc2009-01-03 11:24:41 +010058 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
59 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
Mark Brown2a9ae132010-11-23 19:31:18 +000060 select SND_SOC_WM8737 if SND_SOC_I2C_AND_SPI
Ian Lartey992bee42010-07-31 00:32:11 +010061 select SND_SOC_WM8741 if SND_SOC_I2C_AND_SPI
Mark Brown227b4dc2009-01-03 11:24:41 +010062 select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
63 select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI
Dimitris Papastamosc046fd42010-11-05 18:41:25 +000064 select SND_SOC_WM8770 if SPI_MASTER
Mark Brown924914e2009-08-04 23:50:16 +010065 select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI
Dimitris Papastamos33cf45c2010-09-29 11:14:56 +010066 select SND_SOC_WM8804 if SND_SOC_I2C_AND_SPI
Mark Brownca53fb242008-10-22 22:41:11 +010067 select SND_SOC_WM8900 if I2C
68 select SND_SOC_WM8903 if I2C
Mark Browna91eb192009-11-26 11:56:07 +000069 select SND_SOC_WM8904 if I2C
Jonathan Cameron0b5e92c52009-04-27 13:49:44 +000070 select SND_SOC_WM8940 if I2C
Mark Brownb35a28a2009-12-18 12:00:22 +000071 select SND_SOC_WM8955 if I2C
Mark Brownf2644a22009-04-07 19:20:14 +010072 select SND_SOC_WM8960 if I2C
Mark Brown74dc55e2009-06-09 09:55:51 +010073 select SND_SOC_WM8961 if I2C
Mark Brown9a76f1f2010-08-05 13:20:59 +010074 select SND_SOC_WM8962 if I2C
Mark Brownca53fb242008-10-22 22:41:11 +010075 select SND_SOC_WM8971 if I2C
Mark Brown0a1bf552009-05-23 11:18:41 +010076 select SND_SOC_WM8974 if I2C
Guennadi Liakhovetski0d34e912010-01-27 18:56:23 +010077 select SND_SOC_WM8978 if I2C
Dimitris Papastamos6d6f8b82010-09-15 15:23:20 +010078 select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI
Mark Brown5409fb42009-04-07 18:45:21 +010079 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
Mark Brownca53fb242008-10-22 22:41:11 +010080 select SND_SOC_WM8990 if I2C
Dimitris Papastamos203db222011-01-14 15:49:40 +000081 select SND_SOC_WM8991 if I2C
Mark Brown942c4352009-06-05 16:32:59 +010082 select SND_SOC_WM8993 if I2C
Mark Brownfead2152010-02-02 10:06:55 +000083 select SND_SOC_WM8994 if MFD_WM8994
Dimitris Papastamos6a504a72010-12-22 11:33:11 +000084 select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI
Mark Brown86ed3662009-05-22 15:01:19 +010085 select SND_SOC_WM9081 if I2C
Mark Brown39b8eab2010-04-28 18:36:10 +010086 select SND_SOC_WM9090 if I2C
Ian Molton2aceefe2009-01-16 11:04:18 +000087 select SND_SOC_WM9705 if SND_SOC_AC97_BUS
Mark Brownca53fb242008-10-22 22:41:11 +010088 select SND_SOC_WM9712 if SND_SOC_AC97_BUS
89 select SND_SOC_WM9713 if SND_SOC_AC97_BUS
Mark Brown0c941612008-07-29 11:42:35 +010090 help
91 Normally ASoC codec drivers are only built if a machine driver which
92 uses them is also built since they are only usable with a machine
93 driver. Selecting this option will allow these drivers to be built
94 without an explicit machine driver for test and development purposes.
95
Mark Brownca53fb242008-10-22 22:41:11 +010096 Support for the bus types used to access the codecs to be built must
97 be selected separately.
98
Mark Brown0c941612008-07-29 11:42:35 +010099 If unsure select "N".
100
Haojian Zhuangf213f4b2010-08-19 00:35:25 +0800101config SND_SOC_88PM860X
102 tristate
103
Mark Browna2342ae2009-07-29 21:21:49 +0100104config SND_SOC_WM_HUBS
105 tristate
Chanwoo Choi41f9a312010-07-20 14:28:33 +0900106 default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y
107 default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m
Mark Brown0c941612008-07-29 11:42:35 +0100108
Richard Purdie7f137ab2006-10-06 18:38:37 +0200109config SND_SOC_AC97_CODEC
110 tristate
Takashi Iwai89fe5112008-05-23 16:10:37 +0200111 select SND_AC97_CODEC
Richard Purdie7f137ab2006-10-06 18:38:37 +0200112
Barry Song7eaae412009-08-13 11:59:32 +0800113config SND_SOC_AD1836
114 tristate
115
Barry Songa1533d92010-03-19 14:48:33 +0800116config SND_SOC_AD193X
Barry Song12747382009-07-16 16:00:05 +0800117 tristate
118
Cliff Cai5f57dc82008-07-29 11:42:34 +0100119config SND_SOC_AD1980
120 tristate
121
Cliff Cai0e77e782008-09-27 16:57:26 +0800122config SND_SOC_AD73311
123 tristate
Graeme Gregory2dcf9fb2009-11-04 17:49:22 +0000124
125config SND_SOC_ADS117X
126 tristate
Cliff Cai0e77e782008-09-27 16:57:26 +0800127
Daniel Macka3819342009-03-09 02:13:17 +0100128config SND_SOC_AK4104
129 tristate
130
Richard Purdie796d2ca2008-06-23 14:51:28 +0100131config SND_SOC_AK4535
132 tristate
133
Kuninori Morimotoa3a83d92009-08-21 10:23:41 +0900134config SND_SOC_AK4642
135 tristate
136
Joonyoung Shim2312fd82009-09-10 00:12:43 +0900137config SND_SOC_AK4671
138 tristate
139
Arnaud Patard (Rtp)6f4bc952010-10-21 19:40:02 +0200140config SND_SOC_ALC5623
141 tristate
142
Miguel Aguilarb56e9722010-03-11 09:32:59 -0600143config SND_SOC_CQ0093VC
144 tristate
145
apatard@mandriva.com72ed5a82010-05-27 14:57:41 +0200146config SND_SOC_CS42L51
147 tristate
148
Mark Brown3e860842008-09-06 18:11:51 +0100149# Cirrus Logic CS4270 Codec
150config SND_SOC_CS4270
151 tristate
152
Mark Brown3e860842008-09-06 18:11:51 +0100153# Cirrus Logic CS4270 Codec VD = 3.3V Errata
154# Select if you are affected by the errata where the part will not function
155# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
156# not select any sample rates that require MCLK to be divided by 1.5.
157config SND_SOC_CS4270_VD33_ERRATA
158 bool
159 depends on SND_SOC_CS4270
160
Alexander Sverdlin67b22512011-01-19 21:22:06 +0300161config SND_SOC_CS4271
162 tristate
163
Janusz Krzysztofik459dc352009-07-22 05:22:28 +0200164config SND_SOC_CX20442
165 tristate
166
Lars-Peter Clausen3b097d62010-06-22 00:46:31 +0200167config SND_SOC_JZ4740_CODEC
168 tristate
169
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100170config SND_SOC_L3
171 tristate
172
Mark Brownb4541662010-06-20 14:05:46 +0100173config SND_SOC_DA7210
174 tristate
175
David Lamberta7107702011-01-06 08:00:37 -0600176config SND_SOC_DMIC
177 tristate
178
Mark Browne86e1242010-10-18 16:45:24 -0700179config SND_SOC_MAX98088
180 tristate
181
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -0500182config SND_SOC_PCM3008
183 tristate
184
Vinod Koul4dc69be2011-01-04 20:16:07 +0530185config SND_SOC_SN95031
186 tristate
187
Chaithrika U Sbe461ba2009-05-28 05:10:50 -0400188config SND_SOC_SPDIF
189 tristate
190
Mark Brown3e860842008-09-06 18:11:51 +0100191config SND_SOC_SSM2602
192 tristate
193
Jon Smirl3c166c72009-05-23 19:13:07 -0400194config SND_SOC_STAC9766
195 tristate
196
Arun KSc1f27192008-10-02 14:45:49 +0530197config SND_SOC_TLV320AIC23
198 tristate
Arun KSc1f27192008-10-02 14:45:49 +0530199
Mark Brown3e860842008-09-06 18:11:51 +0100200config SND_SOC_TLV320AIC26
Mark Brownd5d8d832008-10-13 19:16:14 +0100201 tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE
Takashi Iwai446e0f62008-10-10 08:26:57 +0200202 depends on SPI
Mark Brown3e860842008-09-06 18:11:51 +0100203
204config SND_SOC_TLV320AIC3X
205 tristate
Mark Brown3e860842008-09-06 18:11:51 +0100206
Peter Ujfalusic8bf93f2009-10-15 09:03:56 +0300207config SND_SOC_TLV320DAC33
208 tristate
209
Steve Sakomancc175572008-10-30 21:35:26 -0700210config SND_SOC_TWL4030
Peter Ujfalusi7a1fecf2009-10-22 13:26:48 +0300211 select TWL4030_CODEC
Steve Sakomancc175572008-10-30 21:35:26 -0700212 tristate
Steve Sakomancc175572008-10-30 21:35:26 -0700213
Misael Lopez Cruz8ecbabd2010-03-19 11:25:51 +0000214config SND_SOC_TWL6040
215 tristate
216
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100217config SND_SOC_UDA134X
218 tristate
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100219
Philipp Zabelb7482f52008-05-28 17:58:06 +0100220config SND_SOC_UDA1380
221 tristate
222
Mark Brown49d7ad92010-08-20 17:24:51 +0100223config SND_SOC_WL1273
224 tristate
225
Mark Brown40aa4a32008-12-16 10:15:12 +0000226config SND_SOC_WM8350
227 tristate
228
Mark Brownaaf1e172009-03-10 10:55:15 +0000229config SND_SOC_WM8400
230 tristate
231
Mark Brown5d421512008-06-05 13:49:32 +0100232config SND_SOC_WM8510
233 tristate
234
Mark Brown1dcf98f2009-07-01 18:28:54 +0100235config SND_SOC_WM8523
236 tristate
237
Mark Browne88ba012008-08-06 13:18:26 +0100238config SND_SOC_WM8580
239 tristate
240
Mike Arthurbd6d4172009-08-18 20:37:49 +0100241config SND_SOC_WM8711
242 tristate
243
Neil Jones89933de2009-11-02 15:14:17 +0000244config SND_SOC_WM8727
245 tristate
246
Mark Brown71cfc902008-11-13 14:33:14 +0000247config SND_SOC_WM8728
248 tristate
249
Richard Purdie7f137ab2006-10-06 18:38:37 +0200250config SND_SOC_WM8731
251 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200252
Mark Brown2a9ae132010-11-23 19:31:18 +0000253config SND_SOC_WM8737
254 tristate
255
Ian Lartey992bee42010-07-31 00:32:11 +0100256config SND_SOC_WM8741
257 tristate
258
Richard Purdie7f137ab2006-10-06 18:38:37 +0200259config SND_SOC_WM8750
260 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200261
Liam Girdwood33703b72007-04-16 19:18:15 +0200262config SND_SOC_WM8753
263 tristate
Liam Girdwood33703b72007-04-16 19:18:15 +0200264
Dimitris Papastamosc046fd42010-11-05 18:41:25 +0000265config SND_SOC_WM8770
266 tristate
267
Mark Brown924914e2009-08-04 23:50:16 +0100268config SND_SOC_WM8776
269 tristate
270
Dimitris Papastamos33cf45c2010-09-29 11:14:56 +0100271config SND_SOC_WM8804
272 tristate
273
Mark Brown0e0e16a2008-08-04 12:06:45 +0100274config SND_SOC_WM8900
275 tristate
276
Mark Brownf1c0a022008-08-26 13:05:27 +0100277config SND_SOC_WM8903
278 tristate
279
Mark Browna91eb192009-11-26 11:56:07 +0000280config SND_SOC_WM8904
281 tristate
282
Jonathan Cameron0b5e92c52009-04-27 13:49:44 +0000283config SND_SOC_WM8940
284 tristate
285
Mark Brownb35a28a2009-12-18 12:00:22 +0000286config SND_SOC_WM8955
287 tristate
288
Mark Brownf2644a22009-04-07 19:20:14 +0100289config SND_SOC_WM8960
290 tristate
291
Mark Brown74dc55e2009-06-09 09:55:51 +0100292config SND_SOC_WM8961
293 tristate
294
Mark Brown9a76f1f2010-08-05 13:20:59 +0100295config SND_SOC_WM8962
296 tristate
297
Kenneth Kiraly8bae3e22008-09-10 19:33:32 +0100298config SND_SOC_WM8971
299 tristate
300
Mark Brown0a1bf552009-05-23 11:18:41 +0100301config SND_SOC_WM8974
302 tristate
303
Guennadi Liakhovetski0d34e912010-01-27 18:56:23 +0100304config SND_SOC_WM8978
305 tristate
306
Dimitris Papastamos6d6f8b82010-09-15 15:23:20 +0100307config SND_SOC_WM8985
308 tristate
309
Mark Brown5409fb42009-04-07 18:45:21 +0100310config SND_SOC_WM8988
311 tristate
312
Mark Brownf10485e2008-06-05 13:49:33 +0100313config SND_SOC_WM8990
314 tristate
315
Dimitris Papastamos203db222011-01-14 15:49:40 +0000316config SND_SOC_WM8991
317 tristate
318
Mark Brown942c4352009-06-05 16:32:59 +0100319config SND_SOC_WM8993
320 tristate
321
Mark Brown9e6e96a2010-01-29 17:47:12 +0000322config SND_SOC_WM8994
323 tristate
324
Dimitris Papastamos6a504a72010-12-22 11:33:11 +0000325config SND_SOC_WM8995
326 tristate
327
Mark Brown86ed3662009-05-22 15:01:19 +0100328config SND_SOC_WM9081
329 tristate
330
Ian Molton2aceefe2009-01-16 11:04:18 +0000331config SND_SOC_WM9705
332 tristate
333
Richard Purdie7f137ab2006-10-06 18:38:37 +0200334config SND_SOC_WM9712
335 tristate
Timur Tabib0c813c2007-07-31 18:18:44 +0200336
Liam Girdwood83ac08c2008-02-15 16:43:11 +0100337config SND_SOC_WM9713
338 tristate
Joonyoung Shim9db9ed92009-07-15 20:34:00 +0900339
340# Amp
341config SND_SOC_MAX9877
342 tristate
Peter Ujfalusi493b67e2009-10-09 15:55:41 +0300343
344config SND_SOC_TPA6130A2
345 tristate
Mark Brown3a66d382010-02-11 13:27:19 +0000346
347config SND_SOC_WM2000
348 tristate
Mark Brown39b8eab2010-04-28 18:36:10 +0100349
350config SND_SOC_WM9090
351 tristate
Arnaud Patard (Rtp)6f4bc952010-10-21 19:40:02 +0200352