blob: b73c36aad677f9aa11f5d9ae6465e90afec0283a [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
8 select SND_SOC_SSM2602 if I2C
9 select SND_SOC_TLV320AIC23 if I2C
10 select SND_SOC_TLV320AIC26 if SPI_MASTER
11 select SND_SOC_TLV320AIC3X if I2C
Steve Sakomancc175572008-10-30 21:35:26 -070012 select SND_SOC_TWL4030 if TWL4030_CORE
Mark Brownca53fb22008-10-22 22:41:11 +010013 select SND_SOC_UDA1380 if I2C
14 select SND_SOC_WM8510 if (I2C || SPI_MASTER)
15 select SND_SOC_WM8580 if I2C
16 select SND_SOC_WM8731 if (I2C || SPI_MASTER)
17 select SND_SOC_WM8750 if (I2C || SPI_MASTER)
18 select SND_SOC_WM8753 if (I2C || SPI_MASTER)
19 select SND_SOC_WM8900 if I2C
20 select SND_SOC_WM8903 if I2C
21 select SND_SOC_WM8971 if I2C
22 select SND_SOC_WM8990 if I2C
23 select SND_SOC_WM9712 if SND_SOC_AC97_BUS
24 select SND_SOC_WM9713 if SND_SOC_AC97_BUS
Mark Brown0c941612008-07-29 11:42:35 +010025 help
26 Normally ASoC codec drivers are only built if a machine driver which
27 uses them is also built since they are only usable with a machine
28 driver. Selecting this option will allow these drivers to be built
29 without an explicit machine driver for test and development purposes.
30
Mark Brownca53fb22008-10-22 22:41:11 +010031 Support for the bus types used to access the codecs to be built must
32 be selected separately.
33
Mark Brown0c941612008-07-29 11:42:35 +010034 If unsure select "N".
35
36
Richard Purdie7f137ab2006-10-06 18:38:37 +020037config SND_SOC_AC97_CODEC
38 tristate
Takashi Iwai89fe5112008-05-23 16:10:37 +020039 select SND_AC97_CODEC
Richard Purdie7f137ab2006-10-06 18:38:37 +020040
Cliff Cai5f57dc82008-07-29 11:42:34 +010041config SND_SOC_AD1980
42 tristate
43
Cliff Cai0e77e782008-09-27 16:57:26 +080044config SND_SOC_AD73311
45 tristate
46
Richard Purdie796d2ca2008-06-23 14:51:28 +010047config SND_SOC_AK4535
48 tristate
49
Mark Brown3e860842008-09-06 18:11:51 +010050# Cirrus Logic CS4270 Codec
51config SND_SOC_CS4270
52 tristate
53
54# Cirrus Logic CS4270 Codec Hardware Mute Support
55# Select if you have external muting circuitry attached to your CS4270.
56config SND_SOC_CS4270_HWMUTE
57 bool
58 depends on SND_SOC_CS4270
59
60# Cirrus Logic CS4270 Codec VD = 3.3V Errata
61# Select if you are affected by the errata where the part will not function
62# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
63# not select any sample rates that require MCLK to be divided by 1.5.
64config SND_SOC_CS4270_VD33_ERRATA
65 bool
66 depends on SND_SOC_CS4270
67
68config SND_SOC_SSM2602
69 tristate
70
Arun KSc1f27192008-10-02 14:45:49 +053071config SND_SOC_TLV320AIC23
72 tristate
73 depends on I2C
74
Mark Brown3e860842008-09-06 18:11:51 +010075config SND_SOC_TLV320AIC26
Mark Brownd5d8d832008-10-13 19:16:14 +010076 tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE
Takashi Iwai446e0f62008-10-10 08:26:57 +020077 depends on SPI
Mark Brown3e860842008-09-06 18:11:51 +010078
79config SND_SOC_TLV320AIC3X
80 tristate
81 depends on I2C
82
Steve Sakomancc175572008-10-30 21:35:26 -070083config SND_SOC_TWL4030
84 tristate
85 depends on TWL4030_CORE
86
Philipp Zabelb7482f52008-05-28 17:58:06 +010087config SND_SOC_UDA1380
88 tristate
89
Mark Brown5d421512008-06-05 13:49:32 +010090config SND_SOC_WM8510
91 tristate
92
Mark Browne88ba012008-08-06 13:18:26 +010093config SND_SOC_WM8580
94 tristate
95
Richard Purdie7f137ab2006-10-06 18:38:37 +020096config SND_SOC_WM8731
97 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +020098
99config SND_SOC_WM8750
100 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200101
Liam Girdwood33703b72007-04-16 19:18:15 +0200102config SND_SOC_WM8753
103 tristate
Liam Girdwood33703b72007-04-16 19:18:15 +0200104
Mark Brown0e0e16a2008-08-04 12:06:45 +0100105config SND_SOC_WM8900
106 tristate
107
Mark Brownf1c0a022008-08-26 13:05:27 +0100108config SND_SOC_WM8903
109 tristate
110
Kenneth Kiraly8bae3e22008-09-10 19:33:32 +0100111config SND_SOC_WM8971
112 tristate
113
Mark Brownf10485e2008-06-05 13:49:33 +0100114config SND_SOC_WM8990
115 tristate
116
Richard Purdie7f137ab2006-10-06 18:38:37 +0200117config SND_SOC_WM9712
118 tristate
Timur Tabib0c813c2007-07-31 18:18:44 +0200119
Liam Girdwood83ac08c2008-02-15 16:43:11 +0100120config SND_SOC_WM9713
121 tristate