diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-01-27 12:15:00 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-29 14:31:02 +0000 |
commit | 9f5b64b767203131a7a3a280859e70d4413c9672 (patch) | |
tree | 0a2a61eaa32d2d18c780966691928e7b3f884d2d /sound/soc/sh/Kconfig | |
parent | 9e9d04c05fd01018da35fa1daa9bda844cac6162 (diff) | |
download | op-kernel-dev-9f5b64b767203131a7a3a280859e70d4413c9672.zip op-kernel-dev-9f5b64b767203131a7a3a280859e70d4413c9672.tar.gz |
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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 3f1cd55..a86696b 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 |