diff options
author | Chaithrika U S <chaithrika@ti.com> | 2009-08-07 10:07:51 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-08 04:12:54 -0400 |
commit | 7ae5945f0cacdfa30ed3257892dbea75bc959a28 (patch) | |
tree | 7060b792fb5a0725e5d379e7a2258afb313f2ed9 /sound/soc/davinci/Kconfig | |
parent | dbe9ea6e79d38cd5f2069405864ff06606cf9ff1 (diff) |
ASoC: DaVinci: Support Audio on DA830 EVM
Add support for audio on DA830 EVM- here McASP1 is interfaced to
TLV320AIC3106 codec.
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/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig index 6802dd5e4731..677a53814878 100644 --- a/sound/soc/davinci/Kconfig +++ b/sound/soc/davinci/Kconfig | |||
@@ -41,3 +41,14 @@ config SND_DAVINCI_SOC_SFFSDR | |||
41 | help | 41 | help |
42 | Say Y if you want to add support for SoC audio on | 42 | Say Y if you want to add support for SoC audio on |
43 | Lyrtech SFFSDR board. | 43 | Lyrtech SFFSDR board. |
44 | |||
45 | config SND_DA830_SOC_EVM | ||
46 | tristate "SoC Audio support for DA830/OMAPL137 EVM" | ||
47 | depends on SND_DAVINCI_SOC && MACH_DAVINCI_DA830_EVM | ||
48 | select SND_DAVINCI_SOC_MCASP | ||
49 | select SND_SOC_TLV320AIC3X | ||
50 | |||
51 | help | ||
52 | Say Y if you want to add support for SoC audio on TI | ||
53 | DA830/OMAPL137 EVM | ||
54 | |||