aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci/Kconfig
diff options
context:
space:
mode:
authorChaithrika U S <chaithrika@ti.com>2009-08-11 16:59:21 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-08-13 17:19:36 -0400
commit30230f4cd7c002a40c13758d12c1c6d96100461d (patch)
tree6097df1fa3a001271413a6e6455783a38576a5c7 /sound/soc/davinci/Kconfig
parent517ee6cf699967b421bcf8967e7bbeb3c45ded1a (diff)
ASoC: DaVinci: Add audio support fot DA850/OMAP-L138 EVM
There is one instance of McASP on DA850/OMAP-L138 SoC. This is connected to TLV320AIC3106 codec for audio playback and capture. This patch adds audio support on this platform. Some of the structure prefix names which are common for DA830/OMAP-L137 EVM and DA850/OMAP-L138 EVM have been renamed to da8xx from da830. Signed-off-by: Chaithrika U S <chaithrika@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/davinci/Kconfig')
-rw-r--r--sound/soc/davinci/Kconfig13
1 files changed, 11 insertions, 2 deletions
diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig
index 677a5381487..4dfd4ad9d90 100644
--- a/sound/soc/davinci/Kconfig
+++ b/sound/soc/davinci/Kconfig
@@ -43,12 +43,21 @@ config SND_DAVINCI_SOC_SFFSDR
43 Lyrtech SFFSDR board. 43 Lyrtech SFFSDR board.
44 44
45config SND_DA830_SOC_EVM 45config SND_DA830_SOC_EVM
46 tristate "SoC Audio support for DA830/OMAPL137 EVM" 46 tristate "SoC Audio support for DA830/OMAP-L137 EVM"
47 depends on SND_DAVINCI_SOC && MACH_DAVINCI_DA830_EVM 47 depends on SND_DAVINCI_SOC && MACH_DAVINCI_DA830_EVM
48 select SND_DAVINCI_SOC_MCASP 48 select SND_DAVINCI_SOC_MCASP
49 select SND_SOC_TLV320AIC3X 49 select SND_SOC_TLV320AIC3X
50 50
51 help 51 help
52 Say Y if you want to add support for SoC audio on TI 52 Say Y if you want to add support for SoC audio on TI
53 DA830/OMAPL137 EVM 53 DA830/OMAP-L137 EVM
54
55config SND_DA850_SOC_EVM
56 tristate "SoC Audio support for DA850/OMAP-L138 EVM"
57 depends on SND_DAVINCI_SOC && MACH_DAVINCI_DA850_EVM
58 select SND_DAVINCI_SOC_MCASP
59 select SND_SOC_TLV320AIC3X
60 help
61 Say Y if you want to add support for SoC audio on TI
62 DA850/OMAP-L138 EVM
54 63