summaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/Kconfig
diff options
context:
space:
mode:
authorArun KS2008-11-19 13:15:19 +0100
committerMark Brown2008-11-19 14:18:59 +0100
commitdf573d2fd1b077b98ffc3eb62a9908075e69e578 (patch)
treee75257d405baef22da3a7310a68b7b0cf10ae770 /sound/soc/omap/Kconfig
parentASoC: Add driver for the Lyrtech SFFSDR board (diff)
downloadkernel-qcow2-linux-df573d2fd1b077b98ffc3eb62a9908075e69e578.tar.gz
kernel-qcow2-linux-df573d2fd1b077b98ffc3eb62a9908075e69e578.tar.xz
kernel-qcow2-linux-df573d2fd1b077b98ffc3eb62a9908075e69e578.zip
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/Kconfig9
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
help
Say Y if you want to add support for SoC audio on the Gumstix Overo.
+config SND_OMAP_SOC_OMAP2EVM
+ tristate "SoC Audio support for OMAP2EVM board"
+ depends on SND_OMAP_SOC && MACH_OMAP2EVM
+ select SND_OMAP_SOC_MCBSP
+ select SND_SOC_TWL4030
+ help
+ Say Y if you want to add support for SoC audio on the omap2evm board.
+
+