Mark Brown | 227b4dc | 2009-01-03 11:24:41 +0100 | [diff] [blame] | 1 | # 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. |
| 5 | config 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 Brown | 0c94161 | 2008-07-29 11:42:35 +0100 | [diff] [blame] | 11 | config SND_SOC_ALL_CODECS |
| 12 | tristate "Build all ASoC CODEC drivers" |
Takashi Iwai | 0763722 | 2008-10-30 17:53:19 +0100 | [diff] [blame] | 13 | select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS |
Mark Brown | ca53fb2 | 2008-10-22 22:41:11 +0100 | [diff] [blame] | 14 | 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 Villeneuve | 1c0090c | 2008-11-19 01:37:31 -0500 | [diff] [blame] | 18 | select SND_SOC_PCM3008 |
Mark Brown | ca53fb2 | 2008-10-22 22:41:11 +0100 | [diff] [blame] | 19 | 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 Sakoman | cc17557 | 2008-10-30 21:35:26 -0700 | [diff] [blame] | 23 | select SND_SOC_TWL4030 if TWL4030_CORE |
Christian Pellegrin | 1cad1de | 2008-11-15 08:58:16 +0100 | [diff] [blame] | 24 | select SND_SOC_UDA134X |
Mark Brown | ca53fb2 | 2008-10-22 22:41:11 +0100 | [diff] [blame] | 25 | select SND_SOC_UDA1380 if I2C |
Mark Brown | 40aa4a3 | 2008-12-16 10:15:12 +0000 | [diff] [blame] | 26 | select SND_SOC_WM8350 if MFD_WM8350 |
Mark Brown | 227b4dc | 2009-01-03 11:24:41 +0100 | [diff] [blame] | 27 | select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI |
Mark Brown | ca53fb2 | 2008-10-22 22:41:11 +0100 | [diff] [blame] | 28 | select SND_SOC_WM8580 if I2C |
Mark Brown | 227b4dc | 2009-01-03 11:24:41 +0100 | [diff] [blame] | 29 | 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 Brown | ca53fb2 | 2008-10-22 22:41:11 +0100 | [diff] [blame] | 33 | 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 |
Ian Molton | 2aceefe | 2009-01-16 11:04:18 +0000 | [diff] [blame] | 37 | select SND_SOC_WM9705 if SND_SOC_AC97_BUS |
Mark Brown | ca53fb2 | 2008-10-22 22:41:11 +0100 | [diff] [blame] | 38 | select SND_SOC_WM9712 if SND_SOC_AC97_BUS |
| 39 | select SND_SOC_WM9713 if SND_SOC_AC97_BUS |
Mark Brown | 0c94161 | 2008-07-29 11:42:35 +0100 | [diff] [blame] | 40 | help |
| 41 | Normally ASoC codec drivers are only built if a machine driver which |
| 42 | uses them is also built since they are only usable with a machine |
| 43 | driver. Selecting this option will allow these drivers to be built |
| 44 | without an explicit machine driver for test and development purposes. |
| 45 | |
Mark Brown | ca53fb2 | 2008-10-22 22:41:11 +0100 | [diff] [blame] | 46 | Support for the bus types used to access the codecs to be built must |
| 47 | be selected separately. |
| 48 | |
Mark Brown | 0c94161 | 2008-07-29 11:42:35 +0100 | [diff] [blame] | 49 | If unsure select "N". |
| 50 | |
| 51 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 52 | config SND_SOC_AC97_CODEC |
| 53 | tristate |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 54 | select SND_AC97_CODEC |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 55 | |
Cliff Cai | 5f57dc8 | 2008-07-29 11:42:34 +0100 | [diff] [blame] | 56 | config SND_SOC_AD1980 |
| 57 | tristate |
| 58 | |
Cliff Cai | 0e77e78 | 2008-09-27 16:57:26 +0800 | [diff] [blame] | 59 | config SND_SOC_AD73311 |
| 60 | tristate |
| 61 | |
Richard Purdie | 796d2ca | 2008-06-23 14:51:28 +0100 | [diff] [blame] | 62 | config SND_SOC_AK4535 |
| 63 | tristate |
| 64 | |
Mark Brown | 3e86084 | 2008-09-06 18:11:51 +0100 | [diff] [blame] | 65 | # Cirrus Logic CS4270 Codec |
| 66 | config SND_SOC_CS4270 |
| 67 | tristate |
| 68 | |
| 69 | # Cirrus Logic CS4270 Codec Hardware Mute Support |
| 70 | # Select if you have external muting circuitry attached to your CS4270. |
| 71 | config SND_SOC_CS4270_HWMUTE |
| 72 | bool |
| 73 | depends on SND_SOC_CS4270 |
| 74 | |
| 75 | # Cirrus Logic CS4270 Codec VD = 3.3V Errata |
| 76 | # Select if you are affected by the errata where the part will not function |
| 77 | # if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will |
| 78 | # not select any sample rates that require MCLK to be divided by 1.5. |
| 79 | config SND_SOC_CS4270_VD33_ERRATA |
| 80 | bool |
| 81 | depends on SND_SOC_CS4270 |
| 82 | |
Christian Pellegrin | 1cad1de | 2008-11-15 08:58:16 +0100 | [diff] [blame] | 83 | config SND_SOC_L3 |
| 84 | tristate |
| 85 | |
Hugo Villeneuve | 1c0090c | 2008-11-19 01:37:31 -0500 | [diff] [blame] | 86 | config SND_SOC_PCM3008 |
| 87 | tristate |
| 88 | |
Mark Brown | 3e86084 | 2008-09-06 18:11:51 +0100 | [diff] [blame] | 89 | config SND_SOC_SSM2602 |
| 90 | tristate |
| 91 | |
Arun KS | c1f2719 | 2008-10-02 14:45:49 +0530 | [diff] [blame] | 92 | config SND_SOC_TLV320AIC23 |
| 93 | tristate |
Arun KS | c1f2719 | 2008-10-02 14:45:49 +0530 | [diff] [blame] | 94 | |
Mark Brown | 3e86084 | 2008-09-06 18:11:51 +0100 | [diff] [blame] | 95 | config SND_SOC_TLV320AIC26 |
Mark Brown | d5d8d83 | 2008-10-13 19:16:14 +0100 | [diff] [blame] | 96 | tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE |
Takashi Iwai | 446e0f6 | 2008-10-10 08:26:57 +0200 | [diff] [blame] | 97 | depends on SPI |
Mark Brown | 3e86084 | 2008-09-06 18:11:51 +0100 | [diff] [blame] | 98 | |
| 99 | config SND_SOC_TLV320AIC3X |
| 100 | tristate |
Mark Brown | 3e86084 | 2008-09-06 18:11:51 +0100 | [diff] [blame] | 101 | |
Steve Sakoman | cc17557 | 2008-10-30 21:35:26 -0700 | [diff] [blame] | 102 | config SND_SOC_TWL4030 |
| 103 | tristate |
Steve Sakoman | cc17557 | 2008-10-30 21:35:26 -0700 | [diff] [blame] | 104 | |
Christian Pellegrin | 1cad1de | 2008-11-15 08:58:16 +0100 | [diff] [blame] | 105 | config SND_SOC_UDA134X |
| 106 | tristate |
Christian Pellegrin | 1cad1de | 2008-11-15 08:58:16 +0100 | [diff] [blame] | 107 | |
Philipp Zabel | b7482f5 | 2008-05-28 17:58:06 +0100 | [diff] [blame] | 108 | config SND_SOC_UDA1380 |
| 109 | tristate |
| 110 | |
Mark Brown | 40aa4a3 | 2008-12-16 10:15:12 +0000 | [diff] [blame] | 111 | config SND_SOC_WM8350 |
| 112 | tristate |
| 113 | |
Mark Brown | 5d42151 | 2008-06-05 13:49:32 +0100 | [diff] [blame] | 114 | config SND_SOC_WM8510 |
| 115 | tristate |
| 116 | |
Mark Brown | e88ba01 | 2008-08-06 13:18:26 +0100 | [diff] [blame] | 117 | config SND_SOC_WM8580 |
| 118 | tristate |
| 119 | |
Mark Brown | 71cfc90 | 2008-11-13 14:33:14 +0000 | [diff] [blame] | 120 | config SND_SOC_WM8728 |
| 121 | tristate |
| 122 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 123 | config SND_SOC_WM8731 |
| 124 | tristate |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 125 | |
| 126 | config SND_SOC_WM8750 |
| 127 | tristate |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 128 | |
Liam Girdwood | 33703b7 | 2007-04-16 19:18:15 +0200 | [diff] [blame] | 129 | config SND_SOC_WM8753 |
| 130 | tristate |
Liam Girdwood | 33703b7 | 2007-04-16 19:18:15 +0200 | [diff] [blame] | 131 | |
Mark Brown | 0e0e16a | 2008-08-04 12:06:45 +0100 | [diff] [blame] | 132 | config SND_SOC_WM8900 |
| 133 | tristate |
| 134 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 135 | config SND_SOC_WM8903 |
| 136 | tristate |
| 137 | |
Kenneth Kiraly | 8bae3e2 | 2008-09-10 19:33:32 +0100 | [diff] [blame] | 138 | config SND_SOC_WM8971 |
| 139 | tristate |
| 140 | |
Mark Brown | f10485e | 2008-06-05 13:49:33 +0100 | [diff] [blame] | 141 | config SND_SOC_WM8990 |
| 142 | tristate |
| 143 | |
Ian Molton | 2aceefe | 2009-01-16 11:04:18 +0000 | [diff] [blame] | 144 | config SND_SOC_WM9705 |
| 145 | tristate |
| 146 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 147 | config SND_SOC_WM9712 |
| 148 | tristate |
Timur Tabi | b0c813c | 2007-07-31 18:18:44 +0200 | [diff] [blame] | 149 | |
Liam Girdwood | 83ac08c | 2008-02-15 16:43:11 +0100 | [diff] [blame] | 150 | config SND_SOC_WM9713 |
| 151 | tristate |