blob: bbc97fd7664893b58871e9d026cc20e9d9863774 [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"
Mark Brown070504a2009-01-23 15:34:54 +000013 select SND_SOC_L3
Takashi Iwai07637222008-10-30 17:53:19 +010014 select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
Mark Brownca53fb22008-10-22 22:41:11 +010015 select SND_SOC_AD1980 if SND_SOC_AC97_BUS
16 select SND_SOC_AD73311 if I2C
Daniel Macka3819342009-03-09 02:13:17 +010017 select SND_SOC_AK4104 if SPI_MASTER
Mark Brownca53fb22008-10-22 22:41:11 +010018 select SND_SOC_AK4535 if I2C
19 select SND_SOC_CS4270 if I2C
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -050020 select SND_SOC_PCM3008
Chaithrika U Sbe461ba2009-05-28 05:10:50 -040021 select SND_SOC_SPDIF
Mark Brownca53fb22008-10-22 22:41:11 +010022 select SND_SOC_SSM2602 if I2C
Jon Smirl3c166c72009-05-23 19:13:07 -040023 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
Mark Brownca53fb22008-10-22 22:41:11 +010024 select SND_SOC_TLV320AIC23 if I2C
25 select SND_SOC_TLV320AIC26 if SPI_MASTER
26 select SND_SOC_TLV320AIC3X if I2C
Steve Sakomancc175572008-10-30 21:35:26 -070027 select SND_SOC_TWL4030 if TWL4030_CORE
Christian Pellegrin1cad1de2008-11-15 08:58:16 +010028 select SND_SOC_UDA134X
Mark Brownca53fb22008-10-22 22:41:11 +010029 select SND_SOC_UDA1380 if I2C
Mark Brown40aa4a32008-12-16 10:15:12 +000030 select SND_SOC_WM8350 if MFD_WM8350
Mark Brownaaf1e172009-03-10 10:55:15 +000031 select SND_SOC_WM8400 if MFD_WM8400
Mark Brown227b4dc2009-01-03 11:24:41 +010032 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
Mark Brownca53fb22008-10-22 22:41:11 +010033 select SND_SOC_WM8580 if I2C
Mark Brown227b4dc2009-01-03 11:24:41 +010034 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
35 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
36 select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
37 select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI
Mark Brownca53fb22008-10-22 22:41:11 +010038 select SND_SOC_WM8900 if I2C
39 select SND_SOC_WM8903 if I2C
Jonathan Cameron0b5e92c52009-04-27 13:49:44 +000040 select SND_SOC_WM8940 if I2C
Mark Brownf2644a22009-04-07 19:20:14 +010041 select SND_SOC_WM8960 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +010042 select SND_SOC_WM8971 if I2C
Mark Brown5409fb42009-04-07 18:45:21 +010043 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
Mark Brownca53fb22008-10-22 22:41:11 +010044 select SND_SOC_WM8990 if I2C
Mark Brown86ed3662009-05-22 15:01:19 +010045 select SND_SOC_WM9081 if I2C
Ian Molton2aceefe2009-01-16 11:04:18 +000046 select SND_SOC_WM9705 if SND_SOC_AC97_BUS
Mark Brownca53fb22008-10-22 22:41:11 +010047 select SND_SOC_WM9712 if SND_SOC_AC97_BUS
48 select SND_SOC_WM9713 if SND_SOC_AC97_BUS
Mark Brown0c941612008-07-29 11:42:35 +010049 help
50 Normally ASoC codec drivers are only built if a machine driver which
51 uses them is also built since they are only usable with a machine
52 driver. Selecting this option will allow these drivers to be built
53 without an explicit machine driver for test and development purposes.
54
Mark Brownca53fb22008-10-22 22:41:11 +010055 Support for the bus types used to access the codecs to be built must
56 be selected separately.
57
Mark Brown0c941612008-07-29 11:42:35 +010058 If unsure select "N".
59
60
Richard Purdie7f137ab2006-10-06 18:38:37 +020061config SND_SOC_AC97_CODEC
62 tristate
Takashi Iwai89fe5112008-05-23 16:10:37 +020063 select SND_AC97_CODEC
Richard Purdie7f137ab2006-10-06 18:38:37 +020064
Cliff Cai5f57dc82008-07-29 11:42:34 +010065config SND_SOC_AD1980
66 tristate
67
Cliff Cai0e77e782008-09-27 16:57:26 +080068config SND_SOC_AD73311
69 tristate
70
Daniel Macka3819342009-03-09 02:13:17 +010071config SND_SOC_AK4104
72 tristate
73
Richard Purdie796d2ca2008-06-23 14:51:28 +010074config SND_SOC_AK4535
75 tristate
76
Mark Brown3e860842008-09-06 18:11:51 +010077# Cirrus Logic CS4270 Codec
78config SND_SOC_CS4270
79 tristate
80
Mark Brown3e860842008-09-06 18:11:51 +010081# Cirrus Logic CS4270 Codec VD = 3.3V Errata
82# Select if you are affected by the errata where the part will not function
83# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
84# not select any sample rates that require MCLK to be divided by 1.5.
85config SND_SOC_CS4270_VD33_ERRATA
86 bool
87 depends on SND_SOC_CS4270
88
Christian Pellegrin1cad1de2008-11-15 08:58:16 +010089config SND_SOC_L3
90 tristate
91
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -050092config SND_SOC_PCM3008
93 tristate
94
Chaithrika U Sbe461ba2009-05-28 05:10:50 -040095config SND_SOC_SPDIF
96 tristate
97
Mark Brown3e860842008-09-06 18:11:51 +010098config SND_SOC_SSM2602
99 tristate
100
Jon Smirl3c166c72009-05-23 19:13:07 -0400101config SND_SOC_STAC9766
102 tristate
103
Arun KSc1f27192008-10-02 14:45:49 +0530104config SND_SOC_TLV320AIC23
105 tristate
Arun KSc1f27192008-10-02 14:45:49 +0530106
Mark Brown3e860842008-09-06 18:11:51 +0100107config SND_SOC_TLV320AIC26
Mark Brownd5d8d832008-10-13 19:16:14 +0100108 tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE
Takashi Iwai446e0f62008-10-10 08:26:57 +0200109 depends on SPI
Mark Brown3e860842008-09-06 18:11:51 +0100110
111config SND_SOC_TLV320AIC3X
112 tristate
Mark Brown3e860842008-09-06 18:11:51 +0100113
Steve Sakomancc175572008-10-30 21:35:26 -0700114config SND_SOC_TWL4030
115 tristate
Steve Sakomancc175572008-10-30 21:35:26 -0700116
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100117config SND_SOC_UDA134X
118 tristate
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100119
Philipp Zabelb7482f52008-05-28 17:58:06 +0100120config SND_SOC_UDA1380
121 tristate
122
Mark Brown40aa4a32008-12-16 10:15:12 +0000123config SND_SOC_WM8350
124 tristate
125
Mark Brownaaf1e172009-03-10 10:55:15 +0000126config SND_SOC_WM8400
127 tristate
128
Mark Brown5d421512008-06-05 13:49:32 +0100129config SND_SOC_WM8510
130 tristate
131
Mark Browne88ba012008-08-06 13:18:26 +0100132config SND_SOC_WM8580
133 tristate
134
Mark Brown71cfc902008-11-13 14:33:14 +0000135config SND_SOC_WM8728
136 tristate
137
Richard Purdie7f137ab2006-10-06 18:38:37 +0200138config SND_SOC_WM8731
139 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200140
141config SND_SOC_WM8750
142 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200143
Liam Girdwood33703b72007-04-16 19:18:15 +0200144config SND_SOC_WM8753
145 tristate
Liam Girdwood33703b72007-04-16 19:18:15 +0200146
Mark Brown0e0e16a2008-08-04 12:06:45 +0100147config SND_SOC_WM8900
148 tristate
149
Mark Brownf1c0a022008-08-26 13:05:27 +0100150config SND_SOC_WM8903
151 tristate
152
Jonathan Cameron0b5e92c52009-04-27 13:49:44 +0000153config SND_SOC_WM8940
154 tristate
155
Mark Brownf2644a22009-04-07 19:20:14 +0100156config SND_SOC_WM8960
157 tristate
158
Kenneth Kiraly8bae3e22008-09-10 19:33:32 +0100159config SND_SOC_WM8971
160 tristate
161
Mark Brown5409fb42009-04-07 18:45:21 +0100162config SND_SOC_WM8988
163 tristate
164
Mark Brownf10485e2008-06-05 13:49:33 +0100165config SND_SOC_WM8990
166 tristate
167
Mark Brown86ed3662009-05-22 15:01:19 +0100168config SND_SOC_WM9081
169 tristate
170
Ian Molton2aceefe2009-01-16 11:04:18 +0000171config SND_SOC_WM9705
172 tristate
173
Richard Purdie7f137ab2006-10-06 18:38:37 +0200174config SND_SOC_WM9712
175 tristate
Timur Tabib0c813c2007-07-31 18:18:44 +0200176
Liam Girdwood83ac08c2008-02-15 16:43:11 +0100177config SND_SOC_WM9713
178 tristate