diff options
author | Steve Sakoman <steve@sakoman.com> | 2008-10-31 00:50:13 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-10-31 08:33:38 -0400 |
commit | 4e207873736adc55cbf92796eb4f26f280f84034 (patch) | |
tree | e03ea1eafe5fc02033f0e1a2b56cd7502af92901 /sound/soc/omap/Kconfig | |
parent | cc17557e7876a92e11d4b406a367d28e103e42e6 (diff) |
ASoC: Add support for Gumstix Overo
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 8b7766b998d7..cf40e42954af 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -21,3 +21,13 @@ config SND_OMAP_SOC_OSK5912 | |||
21 | select SND_SOC_TLV320AIC23 | 21 | select SND_SOC_TLV320AIC23 |
22 | help | 22 | help |
23 | Say Y if you want to add support for SoC audio on osk5912. | 23 | Say Y if you want to add support for SoC audio on osk5912. |
24 | |||
25 | config SND_OMAP_SOC_OVERO | ||
26 | tristate "SoC Audio support for Gumstix Overo" | ||
27 | depends on SND_OMAP_SOC && MACH_OVERO | ||
28 | select SND_OMAP_SOC_MCBSP | ||
29 | select SND_SOC_TWL4030 | ||
30 | help | ||
31 | Say Y if you want to add support for SoC audio on the Gumstix Overo. | ||
32 | |||
33 | |||