aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-06-19 11:38:15 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-06-23 07:11:47 -0400
commit93e8791dd34ca0c3371d65c4488249d41de02776 (patch)
treeb4e0bf5ed2b08f114cde7580af0e2a62b0eaada7 /sound/soc/codecs/Kconfig
parent07ed873e4c975a26c327a6bd306693678ef63351 (diff)
ASoC: wm5102: Initial driver
The WM5102 is a highly-integrated low-power audio system for smartphones, tablets and other portable audio devices based on the Arizona platform. 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 2ae8082f23b5..1de24ccfe1c3 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -73,6 +73,7 @@ config SND_SOC_ALL_CODECS
73 select SND_SOC_WM2000 if I2C 73 select SND_SOC_WM2000 if I2C
74 select SND_SOC_WM2200 if I2C 74 select SND_SOC_WM2200 if I2C
75 select SND_SOC_WM5100 if I2C 75 select SND_SOC_WM5100 if I2C
76 select SND_SOC_WM5102 if MFD_WM5102
76 select SND_SOC_WM8350 if MFD_WM8350 77 select SND_SOC_WM8350 if MFD_WM8350
77 select SND_SOC_WM8400 if MFD_WM8400 78 select SND_SOC_WM8400 if MFD_WM8400
78 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI 79 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
@@ -330,6 +331,9 @@ config SND_SOC_WM2200
330config SND_SOC_WM5100 331config SND_SOC_WM5100
331 tristate 332 tristate
332 333
334config SND_SOC_WM5102
335 tristate
336
333config SND_SOC_WM8350 337config SND_SOC_WM8350
334 tristate 338 tristate
335 339