diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-01-27 06:15:00 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-29 09:31:02 -0500 |
commit | 9f5b64b767203131a7a3a280859e70d4413c9672 (patch) | |
tree | 0a2a61eaa32d2d18c780966691928e7b3f884d2d /sound/soc/sh/Kconfig | |
parent | 9e9d04c05fd01018da35fa1daa9bda844cac6162 (diff) |
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 3f1cd5503342..a86696bbe179 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig | |||
@@ -61,4 +61,12 @@ config SND_FSI_DA7210 | |||
61 | This option enables generic sound support for the | 61 | This option enables generic sound support for the |
62 | FSI - DA7210 unit | 62 | FSI - DA7210 unit |
63 | 63 | ||
64 | config SND_SIU_MIGOR | ||
65 | tristate "SIU sound support on Migo-R" | ||
66 | depends on SH_MIGOR | ||
67 | select SND_SOC_SH4_SIU | ||
68 | select SND_SOC_WM8978 | ||
69 | help | ||
70 | This option enables sound support for the SH7722 Migo-R board | ||
71 | |||
64 | endmenu | 72 | endmenu |