blob: 3c76cae68b4a7e48d763092912edc4b26d38b468 [file] [log] [blame]
Mark Brown0c941612008-07-29 11:42:35 +01001config SND_SOC_ALL_CODECS
2 tristate "Build all ASoC CODEC drivers"
Mark Brownca53fb22008-10-22 22:41:11 +01003 select SND_SOC_AC97 if SND_SOC_AC97_BUS
4 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
12 select SND_SOC_UDA1380 if I2C
13 select SND_SOC_WM8510 if (I2C || SPI_MASTER)
14 select SND_SOC_WM8580 if I2C
15 select SND_SOC_WM8731 if (I2C || SPI_MASTER)
16 select SND_SOC_WM8750 if (I2C || SPI_MASTER)
17 select SND_SOC_WM8753 if (I2C || SPI_MASTER)
18 select SND_SOC_WM8900 if I2C
19 select SND_SOC_WM8903 if I2C
20 select SND_SOC_WM8971 if I2C
21 select SND_SOC_WM8990 if I2C
22 select SND_SOC_WM9712 if SND_SOC_AC97_BUS
23 select SND_SOC_WM9713 if SND_SOC_AC97_BUS
Mark Brown0c941612008-07-29 11:42:35 +010024 help
25 Normally ASoC codec drivers are only built if a machine driver which
26 uses them is also built since they are only usable with a machine
27 driver. Selecting this option will allow these drivers to be built
28 without an explicit machine driver for test and development purposes.
29
Mark Brownca53fb22008-10-22 22:41:11 +010030 Support for the bus types used to access the codecs to be built must
31 be selected separately.
32
Mark Brown0c941612008-07-29 11:42:35 +010033 If unsure select "N".
34
35
Richard Purdie7f137ab2006-10-06 18:38:37 +020036config SND_SOC_AC97_CODEC
37 tristate
Takashi Iwai89fe5112008-05-23 16:10:37 +020038 select SND_AC97_CODEC
Richard Purdie7f137ab2006-10-06 18:38:37 +020039
Cliff Cai5f57dc82008-07-29 11:42:34 +010040config SND_SOC_AD1980
41 tristate
42
Cliff Cai0e77e782008-09-27 16:57:26 +080043config SND_SOC_AD73311
44 tristate
45
Richard Purdie796d2ca2008-06-23 14:51:28 +010046config SND_SOC_AK4535
47 tristate
48
Mark Brown3e860842008-09-06 18:11:51 +010049# Cirrus Logic CS4270 Codec
50config SND_SOC_CS4270
51 tristate
52
53# Cirrus Logic CS4270 Codec Hardware Mute Support
54# Select if you have external muting circuitry attached to your CS4270.
55config SND_SOC_CS4270_HWMUTE
56 bool
57 depends on SND_SOC_CS4270
58
59# Cirrus Logic CS4270 Codec VD = 3.3V Errata
60# Select if you are affected by the errata where the part will not function
61# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
62# not select any sample rates that require MCLK to be divided by 1.5.
63config SND_SOC_CS4270_VD33_ERRATA
64 bool
65 depends on SND_SOC_CS4270
66
67config SND_SOC_SSM2602
68 tristate
69
Arun KSc1f27192008-10-02 14:45:49 +053070config SND_SOC_TLV320AIC23
71 tristate
72 depends on I2C
73
Mark Brown3e860842008-09-06 18:11:51 +010074config SND_SOC_TLV320AIC26
Mark Brownd5d8d832008-10-13 19:16:14 +010075 tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE
Takashi Iwai446e0f62008-10-10 08:26:57 +020076 depends on SPI
Mark Brown3e860842008-09-06 18:11:51 +010077
78config SND_SOC_TLV320AIC3X
79 tristate
80 depends on I2C
81
Philipp Zabelb7482f52008-05-28 17:58:06 +010082config SND_SOC_UDA1380
83 tristate
84
Mark Brown5d421512008-06-05 13:49:32 +010085config SND_SOC_WM8510
86 tristate
87
Mark Browne88ba012008-08-06 13:18:26 +010088config SND_SOC_WM8580
89 tristate
90
Richard Purdie7f137ab2006-10-06 18:38:37 +020091config SND_SOC_WM8731
92 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +020093
94config SND_SOC_WM8750
95 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +020096
Liam Girdwood33703b72007-04-16 19:18:15 +020097config SND_SOC_WM8753
98 tristate
Liam Girdwood33703b72007-04-16 19:18:15 +020099
Mark Brown0e0e16a2008-08-04 12:06:45 +0100100config SND_SOC_WM8900
101 tristate
102
Mark Brownf1c0a022008-08-26 13:05:27 +0100103config SND_SOC_WM8903
104 tristate
105
Kenneth Kiraly8bae3e22008-09-10 19:33:32 +0100106config SND_SOC_WM8971
107 tristate
108
Mark Brownf10485e2008-06-05 13:49:33 +0100109config SND_SOC_WM8990
110 tristate
111
Richard Purdie7f137ab2006-10-06 18:38:37 +0200112config SND_SOC_WM9712
113 tristate
Timur Tabib0c813c2007-07-31 18:18:44 +0200114
Liam Girdwood83ac08c2008-02-15 16:43:11 +0100115config SND_SOC_WM9713
116 tristate