summaryrefslogtreecommitdiff
path: root/sound/soc/sh/Kconfig
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2010-01-27 14:15:00 +0300
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-01-29 17:31:02 +0300
commit9f5b64b767203131a7a3a280859e70d4413c9672 (patch)
tree0a2a61eaa32d2d18c780966691928e7b3f884d2d /sound/soc/sh/Kconfig
parent9e9d04c05fd01018da35fa1daa9bda844cac6162 (diff)
downloadlinux-9f5b64b767203131a7a3a280859e70d4413c9672.tar.xz
ASoC: add support for the sh7722 Migo-R board
Add support for audio on sh7722-based Migo-R boards, using SIU and wm8978 codec, recording via external microphone and playback via headphones are implemented. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/sh/Kconfig')
-rw-r--r--sound/soc/sh/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig
index 3f1cd5503342..a86696bbe179 100644
--- a/sound/soc/sh/Kconfig
+++ b/sound/soc/sh/Kconfig
@@ -61,4 +61,12 @@ config SND_FSI_DA7210
This option enables generic sound support for the
FSI - DA7210 unit
+config SND_SIU_MIGOR
+ tristate "SIU sound support on Migo-R"
+ depends on SH_MIGOR
+ select SND_SOC_SH4_SIU
+ select SND_SOC_WM8978
+ help
+ This option enables sound support for the SH7722 Migo-R board
+
endmenu