diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-19 16:38:15 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-23 12:11:47 +0100 |
commit | 93e8791dd34ca0c3371d65c4488249d41de02776 (patch) | |
tree | b4e0bf5ed2b08f114cde7580af0e2a62b0eaada7 /sound/soc/codecs/Kconfig | |
parent | 07ed873e4c975a26c327a6bd306693678ef63351 (diff) | |
download | kernel_goldelico_gta04-93e8791dd34ca0c3371d65c4488249d41de02776.zip kernel_goldelico_gta04-93e8791dd34ca0c3371d65c4488249d41de02776.tar.gz kernel_goldelico_gta04-93e8791dd34ca0c3371d65c4488249d41de02776.tar.bz2 |
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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 2ae8082..1de24cc 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -73,6 +73,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_WM2000 if I2C select SND_SOC_WM2200 if I2C select SND_SOC_WM5100 if I2C + select SND_SOC_WM5102 if MFD_WM5102 select SND_SOC_WM8350 if MFD_WM8350 select SND_SOC_WM8400 if MFD_WM8400 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI @@ -330,6 +331,9 @@ config SND_SOC_WM2200 config SND_SOC_WM5100 tristate +config SND_SOC_WM5102 + tristate + config SND_SOC_WM8350 tristate |