blob: d0e0d691ae51f9a8ccc128ac3dddac193b6c21fd [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"
Takashi Iwai07637222008-10-30 17:53:19 +010013 select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
Mark Brownca53fb22008-10-22 22:41:11 +010014 select SND_SOC_AD1980 if SND_SOC_AC97_BUS
15 select SND_SOC_AD73311 if I2C
16 select SND_SOC_AK4535 if I2C
17 select SND_SOC_CS4270 if I2C
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -050018 select SND_SOC_PCM3008
Mark Brownca53fb22008-10-22 22:41:11 +010019 select SND_SOC_SSM2602 if I2C
20 select SND_SOC_TLV320AIC23 if I2C
21 select SND_SOC_TLV320AIC26 if SPI_MASTER
22 select SND_SOC_TLV320AIC3X if I2C
Steve Sakomancc175572008-10-30 21:35:26 -070023 select SND_SOC_TWL4030 if TWL4030_CORE
Christian Pellegrin1cad1de2008-11-15 08:58:16 +010024 select SND_SOC_UDA134X
Mark Brownca53fb22008-10-22 22:41:11 +010025 select SND_SOC_UDA1380 if I2C
Mark Brown40aa4a32008-12-16 10:15:12 +000026 select SND_SOC_WM8350 if MFD_WM8350
Mark Brown227b4dc2009-01-03 11:24:41 +010027 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
Mark Brownca53fb22008-10-22 22:41:11 +010028 select SND_SOC_WM8580 if I2C
Mark Brown227b4dc2009-01-03 11:24:41 +010029 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
30 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
31 select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
32 select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI
Mark Brownca53fb22008-10-22 22:41:11 +010033 select SND_SOC_WM8900 if I2C
34 select SND_SOC_WM8903 if I2C
35 select SND_SOC_WM8971 if I2C
36 select SND_SOC_WM8990 if I2C
37 select SND_SOC_WM9712 if SND_SOC_AC97_BUS
38 select SND_SOC_WM9713 if SND_SOC_AC97_BUS
Mark Brown0c941612008-07-29 11:42:35 +010039 help
40 Normally ASoC codec drivers are only built if a machine driver which
41 uses them is also built since they are only usable with a machine
42 driver. Selecting this option will allow these drivers to be built
43 without an explicit machine driver for test and development purposes.
44
Mark Brownca53fb22008-10-22 22:41:11 +010045 Support for the bus types used to access the codecs to be built must
46 be selected separately.
47
Mark Brown0c941612008-07-29 11:42:35 +010048 If unsure select "N".
49
50
Richard Purdie7f137ab2006-10-06 18:38:37 +020051config SND_SOC_AC97_CODEC
52 tristate
Takashi Iwai89fe5112008-05-23 16:10:37 +020053 select SND_AC97_CODEC
Richard Purdie7f137ab2006-10-06 18:38:37 +020054
Cliff Cai5f57dc82008-07-29 11:42:34 +010055config SND_SOC_AD1980
56 tristate
57
Cliff Cai0e77e782008-09-27 16:57:26 +080058config SND_SOC_AD73311
59 tristate
60
Richard Purdie796d2ca2008-06-23 14:51:28 +010061config SND_SOC_AK4535
62 tristate
63
Mark Brown3e860842008-09-06 18:11:51 +010064# Cirrus Logic CS4270 Codec
65config SND_SOC_CS4270
66 tristate
67
68# Cirrus Logic CS4270 Codec Hardware Mute Support
69# Select if you have external muting circuitry attached to your CS4270.
70config SND_SOC_CS4270_HWMUTE
71 bool
72 depends on SND_SOC_CS4270
73
74# Cirrus Logic CS4270 Codec VD = 3.3V Errata
75# Select if you are affected by the errata where the part will not function
76# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
77# not select any sample rates that require MCLK to be divided by 1.5.
78config SND_SOC_CS4270_VD33_ERRATA
79 bool
80 depends on SND_SOC_CS4270
81
Christian Pellegrin1cad1de2008-11-15 08:58:16 +010082config SND_SOC_L3
83 tristate
84
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -050085config SND_SOC_PCM3008
86 tristate
87
Mark Brown3e860842008-09-06 18:11:51 +010088config SND_SOC_SSM2602
89 tristate
90
Arun KSc1f27192008-10-02 14:45:49 +053091config SND_SOC_TLV320AIC23
92 tristate
93 depends on I2C
94
Mark Brown3e860842008-09-06 18:11:51 +010095config SND_SOC_TLV320AIC26
Mark Brownd5d8d832008-10-13 19:16:14 +010096 tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE
Takashi Iwai446e0f62008-10-10 08:26:57 +020097 depends on SPI
Mark Brown3e860842008-09-06 18:11:51 +010098
99config SND_SOC_TLV320AIC3X
100 tristate
101 depends on I2C
102
Steve Sakomancc175572008-10-30 21:35:26 -0700103config SND_SOC_TWL4030
104 tristate
105 depends on TWL4030_CORE
106
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100107config SND_SOC_UDA134X
108 tristate
109 select SND_SOC_L3
110
Philipp Zabelb7482f52008-05-28 17:58:06 +0100111config SND_SOC_UDA1380
112 tristate
113
Mark Brown40aa4a32008-12-16 10:15:12 +0000114config SND_SOC_WM8350
115 tristate
116
Mark Brown5d421512008-06-05 13:49:32 +0100117config SND_SOC_WM8510
118 tristate
119
Mark Browne88ba012008-08-06 13:18:26 +0100120config SND_SOC_WM8580
121 tristate
122
Mark Brown71cfc902008-11-13 14:33:14 +0000123config SND_SOC_WM8728
124 tristate
125
Richard Purdie7f137ab2006-10-06 18:38:37 +0200126config SND_SOC_WM8731
127 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200128
129config SND_SOC_WM8750
130 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200131
Liam Girdwood33703b72007-04-16 19:18:15 +0200132config SND_SOC_WM8753
133 tristate
Liam Girdwood33703b72007-04-16 19:18:15 +0200134
Mark Brown0e0e16a2008-08-04 12:06:45 +0100135config SND_SOC_WM8900
136 tristate
137
Mark Brownf1c0a022008-08-26 13:05:27 +0100138config SND_SOC_WM8903
139 tristate
140
Kenneth Kiraly8bae3e22008-09-10 19:33:32 +0100141config SND_SOC_WM8971
142 tristate
143
Mark Brownf10485e2008-06-05 13:49:33 +0100144config SND_SOC_WM8990
145 tristate
146
Richard Purdie7f137ab2006-10-06 18:38:37 +0200147config SND_SOC_WM9712
148 tristate
Timur Tabib0c813c2007-07-31 18:18:44 +0200149
Liam Girdwood83ac08c2008-02-15 16:43:11 +0100150config SND_SOC_WM9713
151 tristate