diff options
author | Anuj Aggarwal <anuj.aggarwal@ti.com> | 2009-05-14 13:59:19 +0530 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-05-14 12:47:26 +0100 |
commit | 14610ce711a363028ffffad98947d57f21fa5372 (patch) | |
tree | ab8f0f90333a912de868f4fcfa26bc64d3cba619 /sound/soc/omap/Kconfig | |
parent | bb74a6e5c5535ddd977aa161c72bef738e566daa (diff) | |
download | talos-op-linux-14610ce711a363028ffffad98947d57f21fa5372.tar.gz talos-op-linux-14610ce711a363028ffffad98947d57f21fa5372.zip |
ASoC: Added OMAP3 EVM support in ASoC.
Resending the patch after fixing the minor issues.
Signed-off-by: Anuj Aggarwal <anuj.aggarwal@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 675732e724d5..b771238662b6 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig @@ -39,6 +39,14 @@ config SND_OMAP_SOC_OMAP2EVM help Say Y if you want to add support for SoC audio on the omap2evm board. +config SND_OMAP_SOC_OMAP3EVM + tristate "SoC Audio support for OMAP3EVM board" + depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP3EVM + select SND_OMAP_SOC_MCBSP + select SND_SOC_TWL4030 + help + Say Y if you want to add support for SoC audio on the omap3evm board. + config SND_OMAP_SOC_SDP3430 tristate "SoC Audio support for Texas Instruments SDP3430" depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_3430SDP |