aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2008-11-13 09:33:14 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2008-11-14 09:44:53 -0500
commit71cfc9028d762419ce4dea62b4afc9c32c4b4820 (patch)
treecf1441120fe54600e0152c829bf2372742131ae6 /sound/soc/codecs/Kconfig
parent2bef901071448e0c86af8edb4797cd5f81b6240d (diff)
ASoC: Add WM8728 codec driver
The WM8728 is a high performance stereo DAC designed for applications such as DVD, home theatre and digital TV. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index b73c36aad67..8a84460a6f7 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -13,6 +13,7 @@ config SND_SOC_ALL_CODECS
13 select SND_SOC_UDA1380 if I2C 13 select SND_SOC_UDA1380 if I2C
14 select SND_SOC_WM8510 if (I2C || SPI_MASTER) 14 select SND_SOC_WM8510 if (I2C || SPI_MASTER)
15 select SND_SOC_WM8580 if I2C 15 select SND_SOC_WM8580 if I2C
16 select SND_SOC_WM8728 if (I2C || SPI_MASTER)
16 select SND_SOC_WM8731 if (I2C || SPI_MASTER) 17 select SND_SOC_WM8731 if (I2C || SPI_MASTER)
17 select SND_SOC_WM8750 if (I2C || SPI_MASTER) 18 select SND_SOC_WM8750 if (I2C || SPI_MASTER)
18 select SND_SOC_WM8753 if (I2C || SPI_MASTER) 19 select SND_SOC_WM8753 if (I2C || SPI_MASTER)
@@ -93,6 +94,9 @@ config SND_SOC_WM8510
93config SND_SOC_WM8580 94config SND_SOC_WM8580
94 tristate 95 tristate
95 96
97config SND_SOC_WM8728
98 tristate
99
96config SND_SOC_WM8731 100config SND_SOC_WM8731
97 tristate 101 tristate
98 102