diff options
author | Arun KS <arunks@mistralsolutions.com> | 2008-11-19 07:15:19 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-19 08:18:59 -0500 |
commit | df573d2fd1b077b98ffc3eb62a9908075e69e578 (patch) | |
tree | e75257d405baef22da3a7310a68b7b0cf10ae770 /sound/soc/omap/Kconfig | |
parent | 08bd16869645f435eba6a612d166532b3047c5f7 (diff) |
ASoC: Add support for omap2evm board
This patch adds twl4030 audio support on omap2evm
Signed-off-by: Arun KS <arunks@mistralsolutions.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index cf40e42954af..6c56277e160b 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -30,4 +30,13 @@ config SND_OMAP_SOC_OVERO | |||
30 | help | 30 | help |
31 | Say Y if you want to add support for SoC audio on the Gumstix Overo. | 31 | Say Y if you want to add support for SoC audio on the Gumstix Overo. |
32 | 32 | ||
33 | config SND_OMAP_SOC_OMAP2EVM | ||
34 | tristate "SoC Audio support for OMAP2EVM board" | ||
35 | depends on SND_OMAP_SOC && MACH_OMAP2EVM | ||
36 | select SND_OMAP_SOC_MCBSP | ||
37 | select SND_SOC_TWL4030 | ||
38 | help | ||
39 | Say Y if you want to add support for SoC audio on the omap2evm board. | ||
40 | |||
41 | |||
33 | 42 | ||