2009-01-03 11:24:41 +01:00
# Helper to resolve issues with configs that have SPI enabled but I2C
# modular, meaning we can't build the codec driver in with I2C support.
# We use an ordered list of conditional defaults to pick the appropriate
# setting - SPI can't be modular so that case doesn't need to be covered.
config SND_SOC_I2C_AND_SPI
tristate
default m if I2C=m
default y if I2C=y
default y if SPI_MASTER=y
2008-07-29 11:42:35 +01:00
config SND_SOC_ALL_CODECS
tristate "Build all ASoC CODEC drivers"
2009-01-23 15:34:54 +00:00
select SND_SOC_L3
2008-10-30 17:53:19 +01:00
select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
2008-10-22 22:41:11 +01:00
select SND_SOC_AD1980 if SND_SOC_AC97_BUS
select SND_SOC_AD73311 if I2C
2009-03-09 02:13:17 +01:00
select SND_SOC_AK4104 if SPI_MASTER
2008-10-22 22:41:11 +01:00
select SND_SOC_AK4535 if I2C
select SND_SOC_CS4270 if I2C
2008-11-19 01:37:31 -05:00
select SND_SOC_PCM3008
2008-10-22 22:41:11 +01:00
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
2008-10-30 21:35:26 -07:00
select SND_SOC_TWL4030 if TWL4030_CORE
2008-11-15 08:58:16 +01:00
select SND_SOC_UDA134X
2008-10-22 22:41:11 +01:00
select SND_SOC_UDA1380 if I2C
2008-12-16 10:15:12 +00:00
select SND_SOC_WM8350 if MFD_WM8350
2009-03-10 10:55:15 +00:00
select SND_SOC_WM8400 if MFD_WM8400
2009-01-03 11:24:41 +01:00
select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
2008-10-22 22:41:11 +01:00
select SND_SOC_WM8580 if I2C
2009-01-03 11:24:41 +01:00
select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI
2008-10-22 22:41:11 +01:00
select SND_SOC_WM8900 if I2C
select SND_SOC_WM8903 if I2C
2009-04-07 19:20:14 +01:00
select SND_SOC_WM8960 if I2C
2008-10-22 22:41:11 +01:00
select SND_SOC_WM8971 if I2C
2009-04-07 18:45:21 +01:00
select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
2008-10-22 22:41:11 +01:00
select SND_SOC_WM8990 if I2C
2009-01-16 11:04:18 +00:00
select SND_SOC_WM9705 if SND_SOC_AC97_BUS
2008-10-22 22:41:11 +01:00
select SND_SOC_WM9712 if SND_SOC_AC97_BUS
select SND_SOC_WM9713 if SND_SOC_AC97_BUS
2008-07-29 11:42:35 +01: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-22 22:41:11 +01:00
Support for the bus types used to access the codecs to be built must
be selected separately.
2008-07-29 11:42:35 +01:00
If unsure select "N".
2006-10-06 18:38:37 +02:00
config SND_SOC_AC97_CODEC
tristate
2008-05-23 16:10:37 +02:00
select SND_AC97_CODEC
2006-10-06 18:38:37 +02:00
2008-07-29 11:42:34 +01:00
config SND_SOC_AD1980
tristate
2008-09-27 16:57:26 +08:00
config SND_SOC_AD73311
tristate
2009-03-09 02:13:17 +01:00
config SND_SOC_AK4104
tristate
2008-06-23 14:51:28 +01:00
config SND_SOC_AK4535
tristate
2008-09-06 18:11:51 +01:00
# Cirrus Logic CS4270 Codec
config SND_SOC_CS4270
tristate
# 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
2008-11-15 08:58:16 +01:00
config SND_SOC_L3
tristate
2008-11-19 01:37:31 -05:00
config SND_SOC_PCM3008
tristate
2008-09-06 18:11:51 +01:00
config SND_SOC_SSM2602
tristate
2008-10-02 14:45:49 +05:30
config SND_SOC_TLV320AIC23
tristate
2008-09-06 18:11:51 +01:00
config SND_SOC_TLV320AIC26
2008-10-13 19:16:14 +01:00
tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE
2008-10-10 08:26:57 +02:00
depends on SPI
2008-09-06 18:11:51 +01:00
config SND_SOC_TLV320AIC3X
tristate
2008-10-30 21:35:26 -07:00
config SND_SOC_TWL4030
tristate
2008-11-15 08:58:16 +01:00
config SND_SOC_UDA134X
tristate
2008-05-28 17:58:06 +01:00
config SND_SOC_UDA1380
tristate
2008-12-16 10:15:12 +00:00
config SND_SOC_WM8350
tristate
2009-03-10 10:55:15 +00:00
config SND_SOC_WM8400
tristate
2008-06-05 13:49:32 +01:00
config SND_SOC_WM8510
tristate
2008-08-06 13:18:26 +01:00
config SND_SOC_WM8580
tristate
2008-11-13 14:33:14 +00:00
config SND_SOC_WM8728
tristate
2006-10-06 18:38:37 +02:00
config SND_SOC_WM8731
tristate
config SND_SOC_WM8750
tristate
2007-04-16 19:18:15 +02:00
config SND_SOC_WM8753
tristate
2008-08-04 12:06:45 +01:00
config SND_SOC_WM8900
tristate
2008-08-26 13:05:27 +01:00
config SND_SOC_WM8903
tristate
2009-04-07 19:20:14 +01:00
config SND_SOC_WM8960
tristate
2008-09-10 19:33:32 +01:00
config SND_SOC_WM8971
tristate
2009-04-07 18:45:21 +01:00
config SND_SOC_WM8988
tristate
2008-06-05 13:49:33 +01:00
config SND_SOC_WM8990
tristate
2009-01-16 11:04:18 +00:00
config SND_SOC_WM9705
tristate
2006-10-06 18:38:37 +02:00
config SND_SOC_WM9712
tristate
2007-07-31 18:18:44 +02:00
2008-02-15 16:43:11 +01:00
config SND_SOC_WM9713
tristate