2008-07-29 14:42:35 +04:00
config SND_SOC_ALL_CODECS
tristate "Build all ASoC CODEC drivers"
2008-10-30 19:53:19 +03:00
select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
2008-10-23 01:41:11 +04:00
select SND_SOC_AD1980 if SND_SOC_AC97_BUS
select SND_SOC_AD73311 if I2C
select SND_SOC_AK4535 if I2C
select SND_SOC_CS4270 if I2C
select SND_SOC_SSM2602 if I2C
select SND_SOC_TLV320AIC23 if I2C
select SND_SOC_TLV320AIC26 if SPI_MASTER
select SND_SOC_TLV320AIC3X if I2C
select SND_SOC_UDA1380 if I2C
select SND_SOC_WM8510 if (I2C || SPI_MASTER)
select SND_SOC_WM8580 if I2C
select SND_SOC_WM8731 if (I2C || SPI_MASTER)
select SND_SOC_WM8750 if (I2C || SPI_MASTER)
select SND_SOC_WM8753 if (I2C || SPI_MASTER)
select SND_SOC_WM8900 if I2C
select SND_SOC_WM8903 if I2C
select SND_SOC_WM8971 if I2C
select SND_SOC_WM8990 if I2C
select SND_SOC_WM9712 if SND_SOC_AC97_BUS
select SND_SOC_WM9713 if SND_SOC_AC97_BUS
2008-07-29 14:42:35 +04:00
help
Normally ASoC codec drivers are only built if a machine driver which
uses them is also built since they are only usable with a machine
driver. Selecting this option will allow these drivers to be built
without an explicit machine driver for test and development purposes.
2008-10-23 01:41:11 +04:00
Support for the bus types used to access the codecs to be built must
be selected separately.
2008-07-29 14:42:35 +04:00
If unsure select "N".
2006-10-06 20:38:37 +04:00
config SND_SOC_AC97_CODEC
tristate
2008-05-23 18:10:37 +04:00
select SND_AC97_CODEC
2006-10-06 20:38:37 +04:00
2008-07-29 14:42:34 +04:00
config SND_SOC_AD1980
tristate
2008-09-27 12:57:26 +04:00
config SND_SOC_AD73311
tristate
2008-06-23 17:51:28 +04:00
config SND_SOC_AK4535
tristate
2008-09-06 21:11:51 +04:00
# Cirrus Logic CS4270 Codec
config SND_SOC_CS4270
tristate
# Cirrus Logic CS4270 Codec Hardware Mute Support
# Select if you have external muting circuitry attached to your CS4270.
config SND_SOC_CS4270_HWMUTE
bool
depends on SND_SOC_CS4270
# Cirrus Logic CS4270 Codec VD = 3.3V Errata
# Select if you are affected by the errata where the part will not function
# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
# not select any sample rates that require MCLK to be divided by 1.5.
config SND_SOC_CS4270_VD33_ERRATA
bool
depends on SND_SOC_CS4270
config SND_SOC_SSM2602
tristate
2008-10-02 13:15:49 +04:00
config SND_SOC_TLV320AIC23
tristate
depends on I2C
2008-09-06 21:11:51 +04:00
config SND_SOC_TLV320AIC26
2008-10-13 22:16:14 +04:00
tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE
2008-10-10 10:26:57 +04:00
depends on SPI
2008-09-06 21:11:51 +04:00
config SND_SOC_TLV320AIC3X
tristate
depends on I2C
2008-05-28 20:58:06 +04:00
config SND_SOC_UDA1380
tristate
2008-06-05 16:49:32 +04:00
config SND_SOC_WM8510
tristate
2008-08-06 16:18:26 +04:00
config SND_SOC_WM8580
tristate
2006-10-06 20:38:37 +04:00
config SND_SOC_WM8731
tristate
config SND_SOC_WM8750
tristate
2007-04-16 21:18:15 +04:00
config SND_SOC_WM8753
tristate
2008-08-04 15:06:45 +04:00
config SND_SOC_WM8900
tristate
2008-08-26 16:05:27 +04:00
config SND_SOC_WM8903
tristate
2008-09-10 22:33:32 +04:00
config SND_SOC_WM8971
tristate
2008-06-05 16:49:33 +04:00
config SND_SOC_WM8990
tristate
2006-10-06 20:38:37 +04:00
config SND_SOC_WM9712
tristate
2007-07-31 20:18:44 +04:00
2008-02-15 18:43:11 +03:00
config SND_SOC_WM9713
tristate