diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-10-11 06:54:02 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-10-28 21:38:15 +0400 |
commit | 2159ad936b7e7a8b26c99cf5b4476cfbb8c13e22 (patch) | |
tree | fbc23c3a2af7043a7f6826edcda6ffc8758bca10 /sound/soc/codecs/Kconfig | |
parent | 6e87badd3f38e1a095d6e1b13828246c3e8486b5 (diff) | |
download | linux-2159ad936b7e7a8b26c99cf5b4476cfbb8c13e22.tar.xz |
ASoC: adsp: Add ADSP base support
Many current Wolfson devices feature DSPs based around an architecture
known as ADSP. Since there is a lot of commonality in the system
integration of these devices a common library will be used to provide
support for them.
This version provides equivalent support for ADSP1 to that currently
included in the WM2200 driver.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index b92759a39361..f866e18e7876 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -146,6 +146,11 @@ config SND_SOC_WM_HUBS default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m +config SND_SOC_WM_ADSP + tristate + default y if SND_SOC_WM2200=y + default m if SND_SOC_WM2200=m + config SND_SOC_AB8500_CODEC tristate |