summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-10-11 02:54:02 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-10-28 17:38:15 (GMT)
commit2159ad936b7e7a8b26c99cf5b4476cfbb8c13e22 (patch)
treefbc23c3a2af7043a7f6826edcda6ffc8758bca10 /sound/soc/codecs/Kconfig
parent6e87badd3f38e1a095d6e1b13828246c3e8486b5 (diff)
downloadlinux-fsl-qoriq-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/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index b92759a..f866e18 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