Mark Brown | 0c94161 | 2008-07-29 11:42:35 +0100 | [diff] [blame] | 1 | config SND_SOC_ALL_CODECS |
| 2 | tristate "Build all ASoC CODEC drivers" |
| 3 | select I2C |
| 4 | select SPI |
| 5 | select SND_SOC_AK4535 |
| 6 | select SND_SOC_UDA1380 |
| 7 | select SND_SOC_WM8510 |
| 8 | select SND_SOC_WM8731 |
| 9 | select SND_SOC_WM8750 |
| 10 | select SND_SOC_WM8753 |
| 11 | select SND_SOC_WM8990 |
| 12 | select SND_SOC_CS4270 |
| 13 | select SND_SOC_TLV320AIC26 |
| 14 | select SND_SOC_TLV320AIC3X |
| 15 | help |
| 16 | Normally ASoC codec drivers are only built if a machine driver which |
| 17 | uses them is also built since they are only usable with a machine |
| 18 | driver. Selecting this option will allow these drivers to be built |
| 19 | without an explicit machine driver for test and development purposes. |
| 20 | |
| 21 | If unsure select "N". |
| 22 | |
| 23 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 24 | config SND_SOC_AC97_CODEC |
| 25 | tristate |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 26 | select SND_AC97_CODEC |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 27 | |
Cliff Cai | 5f57dc8 | 2008-07-29 11:42:34 +0100 | [diff] [blame] | 28 | config SND_SOC_AD1980 |
| 29 | tristate |
| 30 | |
Richard Purdie | 796d2ca | 2008-06-23 14:51:28 +0100 | [diff] [blame] | 31 | config SND_SOC_AK4535 |
| 32 | tristate |
| 33 | |
Philipp Zabel | b7482f5 | 2008-05-28 17:58:06 +0100 | [diff] [blame] | 34 | config SND_SOC_UDA1380 |
| 35 | tristate |
| 36 | |
Mark Brown | 5d42151 | 2008-06-05 13:49:32 +0100 | [diff] [blame] | 37 | config SND_SOC_WM8510 |
| 38 | tristate |
| 39 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 40 | config SND_SOC_WM8731 |
| 41 | tristate |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 42 | |
| 43 | config SND_SOC_WM8750 |
| 44 | tristate |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 45 | |
Liam Girdwood | 33703b7 | 2007-04-16 19:18:15 +0200 | [diff] [blame] | 46 | config SND_SOC_WM8753 |
| 47 | tristate |
Liam Girdwood | 33703b7 | 2007-04-16 19:18:15 +0200 | [diff] [blame] | 48 | |
Mark Brown | f10485e | 2008-06-05 13:49:33 +0100 | [diff] [blame] | 49 | config SND_SOC_WM8990 |
| 50 | tristate |
| 51 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 52 | config SND_SOC_WM9712 |
| 53 | tristate |
Timur Tabi | b0c813c | 2007-07-31 18:18:44 +0200 | [diff] [blame] | 54 | |
Liam Girdwood | 83ac08c | 2008-02-15 16:43:11 +0100 | [diff] [blame] | 55 | config SND_SOC_WM9713 |
| 56 | tristate |
Liam Girdwood | 83ac08c | 2008-02-15 16:43:11 +0100 | [diff] [blame] | 57 | |
Timur Tabi | b0c813c | 2007-07-31 18:18:44 +0200 | [diff] [blame] | 58 | # Cirrus Logic CS4270 Codec |
| 59 | config SND_SOC_CS4270 |
| 60 | tristate |
Timur Tabi | b0c813c | 2007-07-31 18:18:44 +0200 | [diff] [blame] | 61 | |
| 62 | # Cirrus Logic CS4270 Codec Hardware Mute Support |
| 63 | # Select if you have external muting circuitry attached to your CS4270. |
| 64 | config SND_SOC_CS4270_HWMUTE |
| 65 | bool |
| 66 | depends on SND_SOC_CS4270 |
| 67 | |
| 68 | # Cirrus Logic CS4270 Codec VD = 3.3V Errata |
| 69 | # Select if you are affected by the errata where the part will not function |
| 70 | # if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will |
| 71 | # not select any sample rates that require MCLK to be divided by 1.5. |
| 72 | config SND_SOC_CS4270_VD33_ERRATA |
| 73 | bool |
| 74 | depends on SND_SOC_CS4270 |
| 75 | |
Grant Likely | d8e3bb7 | 2008-07-29 11:42:31 +0100 | [diff] [blame] | 76 | config SND_SOC_TLV320AIC26 |
| 77 | tristate "TI TLV320AIC26 Codec support" |
| 78 | depends on SND_SOC && SPI |
| 79 | |
Vladimir Barinov | 44d0a87 | 2007-11-14 17:07:17 +0100 | [diff] [blame] | 80 | config SND_SOC_TLV320AIC3X |
| 81 | tristate |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 82 | depends on I2C |