blob: bf68052d6924db13ebf2303165f9323247f5b956 [file] [log] [blame]
Mark Brown0c941612008-07-29 11:42:35 +01001config SND_SOC_ALL_CODECS
2 tristate "Build all ASoC CODEC drivers"
Takashi Iwai07637222008-10-30 17:53:19 +01003 select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
Mark Brownca53fb22008-10-22 22:41:11 +01004 select SND_SOC_AD1980 if SND_SOC_AC97_BUS
5 select SND_SOC_AD73311 if I2C
6 select SND_SOC_AK4535 if I2C
7 select SND_SOC_CS4270 if I2C
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -05008 select SND_SOC_PCM3008
Mark Brownca53fb22008-10-22 22:41:11 +01009 select SND_SOC_SSM2602 if I2C
10 select SND_SOC_TLV320AIC23 if I2C
11 select SND_SOC_TLV320AIC26 if SPI_MASTER
12 select SND_SOC_TLV320AIC3X if I2C
Steve Sakomancc175572008-10-30 21:35:26 -070013 select SND_SOC_TWL4030 if TWL4030_CORE
Christian Pellegrin1cad1de2008-11-15 08:58:16 +010014 select SND_SOC_UDA134X
Mark Brownca53fb22008-10-22 22:41:11 +010015 select SND_SOC_UDA1380 if I2C
16 select SND_SOC_WM8510 if (I2C || SPI_MASTER)
17 select SND_SOC_WM8580 if I2C
Mark Brown71cfc902008-11-13 14:33:14 +000018 select SND_SOC_WM8728 if (I2C || SPI_MASTER)
Mark Brownca53fb22008-10-22 22:41:11 +010019 select SND_SOC_WM8731 if (I2C || SPI_MASTER)
20 select SND_SOC_WM8750 if (I2C || SPI_MASTER)
21 select SND_SOC_WM8753 if (I2C || SPI_MASTER)
22 select SND_SOC_WM8900 if I2C
23 select SND_SOC_WM8903 if I2C
24 select SND_SOC_WM8971 if I2C
25 select SND_SOC_WM8990 if I2C
26 select SND_SOC_WM9712 if SND_SOC_AC97_BUS
27 select SND_SOC_WM9713 if SND_SOC_AC97_BUS
Mark Brown0c941612008-07-29 11:42:35 +010028 help
29 Normally ASoC codec drivers are only built if a machine driver which
30 uses them is also built since they are only usable with a machine
31 driver. Selecting this option will allow these drivers to be built
32 without an explicit machine driver for test and development purposes.
33
Mark Brownca53fb22008-10-22 22:41:11 +010034 Support for the bus types used to access the codecs to be built must
35 be selected separately.
36
Mark Brown0c941612008-07-29 11:42:35 +010037 If unsure select "N".
38
39
Richard Purdie7f137ab2006-10-06 18:38:37 +020040config SND_SOC_AC97_CODEC
41 tristate
Takashi Iwai89fe5112008-05-23 16:10:37 +020042 select SND_AC97_CODEC
Richard Purdie7f137ab2006-10-06 18:38:37 +020043
Cliff Cai5f57dc82008-07-29 11:42:34 +010044config SND_SOC_AD1980
45 tristate
46
Cliff Cai0e77e782008-09-27 16:57:26 +080047config SND_SOC_AD73311
48 tristate
49
Richard Purdie796d2ca2008-06-23 14:51:28 +010050config SND_SOC_AK4535
51 tristate
52
Mark Brown3e860842008-09-06 18:11:51 +010053# Cirrus Logic CS4270 Codec
54config SND_SOC_CS4270
55 tristate
56
57# Cirrus Logic CS4270 Codec Hardware Mute Support
58# Select if you have external muting circuitry attached to your CS4270.
59config SND_SOC_CS4270_HWMUTE
60 bool
61 depends on SND_SOC_CS4270
62
63# Cirrus Logic CS4270 Codec VD = 3.3V Errata
64# Select if you are affected by the errata where the part will not function
65# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
66# not select any sample rates that require MCLK to be divided by 1.5.
67config SND_SOC_CS4270_VD33_ERRATA
68 bool
69 depends on SND_SOC_CS4270
70
Christian Pellegrin1cad1de2008-11-15 08:58:16 +010071config SND_SOC_L3
72 tristate
73
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -050074config SND_SOC_PCM3008
75 tristate
76
Mark Brown3e860842008-09-06 18:11:51 +010077config SND_SOC_SSM2602
78 tristate
79
Arun KSc1f27192008-10-02 14:45:49 +053080config SND_SOC_TLV320AIC23
81 tristate
82 depends on I2C
83
Mark Brown3e860842008-09-06 18:11:51 +010084config SND_SOC_TLV320AIC26
Mark Brownd5d8d832008-10-13 19:16:14 +010085 tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE
Takashi Iwai446e0f62008-10-10 08:26:57 +020086 depends on SPI
Mark Brown3e860842008-09-06 18:11:51 +010087
88config SND_SOC_TLV320AIC3X
89 tristate
90 depends on I2C
91
Steve Sakomancc175572008-10-30 21:35:26 -070092config SND_SOC_TWL4030
93 tristate
94 depends on TWL4030_CORE
95
Christian Pellegrin1cad1de2008-11-15 08:58:16 +010096config SND_SOC_UDA134X
97 tristate
98 select SND_SOC_L3
99
Philipp Zabelb7482f52008-05-28 17:58:06 +0100100config SND_SOC_UDA1380
101 tristate
102
Mark Brown5d421512008-06-05 13:49:32 +0100103config SND_SOC_WM8510
104 tristate
105
Mark Browne88ba012008-08-06 13:18:26 +0100106config SND_SOC_WM8580
107 tristate
108
Mark Brown71cfc902008-11-13 14:33:14 +0000109config SND_SOC_WM8728
110 tristate
111
Richard Purdie7f137ab2006-10-06 18:38:37 +0200112config SND_SOC_WM8731
113 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200114
115config SND_SOC_WM8750
116 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200117
Liam Girdwood33703b72007-04-16 19:18:15 +0200118config SND_SOC_WM8753
119 tristate
Liam Girdwood33703b72007-04-16 19:18:15 +0200120
Mark Brown0e0e16a2008-08-04 12:06:45 +0100121config SND_SOC_WM8900
122 tristate
123
Mark Brownf1c0a022008-08-26 13:05:27 +0100124config SND_SOC_WM8903
125 tristate
126
Kenneth Kiraly8bae3e22008-09-10 19:33:32 +0100127config SND_SOC_WM8971
128 tristate
129
Mark Brownf10485e2008-06-05 13:49:33 +0100130config SND_SOC_WM8990
131 tristate
132
Richard Purdie7f137ab2006-10-06 18:38:37 +0200133config SND_SOC_WM9712
134 tristate
Timur Tabib0c813c2007-07-31 18:18:44 +0200135
Liam Girdwood83ac08c2008-02-15 16:43:11 +0100136config SND_SOC_WM9713
137 tristate