diff options
author | Christian Pellegrin <chripell@gmail.com> | 2008-11-15 02:58:16 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-17 06:45:39 -0500 |
commit | 1cad1de1b216b355a60d907c103b2daf1a285345 (patch) | |
tree | 737b36d3d003a0e18010f5be3d2c90ed510ba591 /sound/soc/codecs/Kconfig | |
parent | 6e5d9db271ab57789b09bcc61083ab71b7eabea9 (diff) |
ASoC: UDA134x codec driver
Signed-off-by: Christian Pellegrin <chripell@fsfe.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 8a84460a6f74..04f49f5c3c3d 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -10,6 +10,7 @@ config SND_SOC_ALL_CODECS | |||
10 | select SND_SOC_TLV320AIC26 if SPI_MASTER | 10 | select SND_SOC_TLV320AIC26 if SPI_MASTER |
11 | select SND_SOC_TLV320AIC3X if I2C | 11 | select SND_SOC_TLV320AIC3X if I2C |
12 | select SND_SOC_TWL4030 if TWL4030_CORE | 12 | select SND_SOC_TWL4030 if TWL4030_CORE |
13 | select SND_SOC_UDA134X | ||
13 | select SND_SOC_UDA1380 if I2C | 14 | select SND_SOC_UDA1380 if I2C |
14 | select SND_SOC_WM8510 if (I2C || SPI_MASTER) | 15 | select SND_SOC_WM8510 if (I2C || SPI_MASTER) |
15 | select SND_SOC_WM8580 if I2C | 16 | select SND_SOC_WM8580 if I2C |
@@ -66,6 +67,9 @@ config SND_SOC_CS4270_VD33_ERRATA | |||
66 | bool | 67 | bool |
67 | depends on SND_SOC_CS4270 | 68 | depends on SND_SOC_CS4270 |
68 | 69 | ||
70 | config SND_SOC_L3 | ||
71 | tristate | ||
72 | |||
69 | config SND_SOC_SSM2602 | 73 | config SND_SOC_SSM2602 |
70 | tristate | 74 | tristate |
71 | 75 | ||
@@ -85,6 +89,10 @@ config SND_SOC_TWL4030 | |||
85 | tristate | 89 | tristate |
86 | depends on TWL4030_CORE | 90 | depends on TWL4030_CORE |
87 | 91 | ||
92 | config SND_SOC_UDA134X | ||
93 | tristate | ||
94 | select SND_SOC_L3 | ||
95 | |||
88 | config SND_SOC_UDA1380 | 96 | config SND_SOC_UDA1380 |
89 | tristate | 97 | tristate |
90 | 98 | ||