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 | |
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>
-rw-r--r-- | sound/soc/omap/Kconfig | 9 | ||||
-rw-r--r-- | sound/soc/omap/Makefile | 2 |
2 files changed, 11 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 |
diff --git a/sound/soc/omap/Makefile b/sound/soc/omap/Makefile index 02d69471dcb5..0c78ae4e6b97 100644 --- a/sound/soc/omap/Makefile +++ b/sound/soc/omap/Makefile | |||
@@ -12,6 +12,7 @@ snd-soc-osk5912-objs := osk5912.o | |||
12 | snd-soc-overo-objs := overo.o | 12 | snd-soc-overo-objs := overo.o |
13 | snd-soc-omap2evm-objs := omap2evm.o | 13 | snd-soc-omap2evm-objs := omap2evm.o |
14 | snd-soc-omap3evm-objs := omap3evm.o | 14 | snd-soc-omap3evm-objs := omap3evm.o |
15 | snd-soc-am3517evm-objs := am3517evm.o | ||
15 | snd-soc-sdp3430-objs := sdp3430.o | 16 | snd-soc-sdp3430-objs := sdp3430.o |
16 | snd-soc-omap3pandora-objs := omap3pandora.o | 17 | snd-soc-omap3pandora-objs := omap3pandora.o |
17 | snd-soc-omap3beagle-objs := omap3beagle.o | 18 | snd-soc-omap3beagle-objs := omap3beagle.o |
@@ -23,6 +24,7 @@ obj-$(CONFIG_SND_OMAP_SOC_OSK5912) += snd-soc-osk5912.o | |||
23 | obj-$(CONFIG_SND_OMAP_SOC_OVERO) += snd-soc-overo.o | 24 | obj-$(CONFIG_SND_OMAP_SOC_OVERO) += snd-soc-overo.o |
24 | obj-$(CONFIG_MACH_OMAP2EVM) += snd-soc-omap2evm.o | 25 | obj-$(CONFIG_MACH_OMAP2EVM) += snd-soc-omap2evm.o |
25 | obj-$(CONFIG_MACH_OMAP3EVM) += snd-soc-omap3evm.o | 26 | obj-$(CONFIG_MACH_OMAP3EVM) += snd-soc-omap3evm.o |
27 | obj-$(CONFIG_MACH_OMAP3517EVM) += snd-soc-am3517evm.o | ||
26 | obj-$(CONFIG_SND_OMAP_SOC_SDP3430) += snd-soc-sdp3430.o | 28 | obj-$(CONFIG_SND_OMAP_SOC_SDP3430) += snd-soc-sdp3430.o |
27 | obj-$(CONFIG_SND_OMAP_SOC_OMAP3_PANDORA) += snd-soc-omap3pandora.o | 29 | obj-$(CONFIG_SND_OMAP_SOC_OMAP3_PANDORA) += snd-soc-omap3pandora.o |
28 | obj-$(CONFIG_SND_OMAP_SOC_OMAP3_BEAGLE) += snd-soc-omap3beagle.o | 30 | obj-$(CONFIG_SND_OMAP_SOC_OMAP3_BEAGLE) += snd-soc-omap3beagle.o |