aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2015-01-20 11:49:08 -0500
committerTony Lindgren <tony@atomide.com>2015-01-20 11:49:08 -0500
commit549f95ed20168daa06901054a028e185ebb905ab (patch)
tree5a99d314c497f2fa036ff53f58c6cd8c493ade5c /arch/arm/mach-omap2
parent13eeb0f32645a9247b4c099b523af8c6e0420f56 (diff)
ARM: OMAP3: Add back Kconfig option MACH_OMAP3517EVM for ASoC
We still have SND_OMAP_SOC_AM3517EVM depending on MACH_OMAP3517EVM, so let's keep MACH_OMAP3517EVM Kconfig option around for a little bit longer. This removes the dependency between ARM SoC changes and the ASoC changes, and allows the following three options for the driver: 1. Update the driver for device tree based booting 2. Initialize the driver with legacy platform data, then update the driver for device tree based booting 3. Just remove the driver if there are no audio users for 3517-evm board Reported-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 209456ec90bf..2b8e47788062 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -213,6 +213,11 @@ config MACH_OVERO
213 default y 213 default y
214 select OMAP_PACKAGE_CBB 214 select OMAP_PACKAGE_CBB
215 215
216config MACH_OMAP3517EVM
217 bool "OMAP3517/ AM3517 EVM board"
218 depends on ARCH_OMAP3
219 default y
220
216config MACH_OMAP3_PANDORA 221config MACH_OMAP3_PANDORA
217 bool "OMAP3 Pandora" 222 bool "OMAP3 Pandora"
218 depends on ARCH_OMAP3 223 depends on ARCH_OMAP3