diff options
author | Anuj Aggarwal <anuj.aggarwal@ti.com> | 2009-10-29 14:52:39 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-10-29 18:28:18 -0400 |
commit | 67e646cd7b51e1d5847fb506d4419d436ea25fda (patch) | |
tree | fc15bb5067da1e945a0056c19a872d052b86315a /sound/soc/omap/Kconfig | |
parent | 89e9abe78151de4d62fefe3976f6ef9f1f086e53 (diff) |
ASoC: Modifying Kconfig/Makefile for AM3517 EVM
Modifying the Kconfig and Makefile in sound/soc/omap folder
to add support for OMAP3517 / AM3517 EVM in Alsa SoC.
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 2dee9839be86..6344456e7a09 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -55,6 +55,15 @@ config SND_OMAP_SOC_OMAP3EVM | |||
55 | help | 55 | help |
56 | Say Y if you want to add support for SoC audio on the omap3evm board. | 56 | Say Y if you want to add support for SoC audio on the omap3evm board. |
57 | 57 | ||
58 | config SND_OMAP_SOC_AM3517EVM | ||
59 | tristate "SoC Audio support for OMAP3517 / AM3517 EVM" | ||
60 | depends on SND_OMAP_SOC && MACH_OMAP3517EVM && I2C | ||
61 | select SND_OMAP_SOC_MCBSP | ||
62 | select SND_SOC_TLV320AIC23 | ||
63 | help | ||
64 | Say Y if you want to add support for SoC audio on the OMAP3517 / AM3517 | ||
65 | EVM. | ||
66 | |||
58 | config SND_OMAP_SOC_SDP3430 | 67 | config SND_OMAP_SOC_SDP3430 |
59 | tristate "SoC Audio support for Texas Instruments SDP3430" | 68 | tristate "SoC Audio support for Texas Instruments SDP3430" |
60 | depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_3430SDP | 69 | depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_3430SDP |