aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2013-10-14 14:31:44 -0400
committerTony Lindgren <tony@atomide.com>2013-10-18 13:24:33 -0400
commit97411608fd5f17735f51103da08a738be1f932d9 (patch)
tree4e266166be04da25eee1667988ed26934e112e0b /arch/arm/mach-omap2/Kconfig
parent95807689eab8441737572d1a9daaa1025429a908 (diff)
ARM: OMAP2+: Remove legacy support for zoom platforms
We now have pretty decent device tree based support for zoom platforms. It's not complete, but basics work for me so adding more features should be quite trivial. Looks like also 3630 sdp is zoom based, and looking at it's board file should also be trivial to support with the device tree based booting. Patches are welcome if people are still using these. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index fbd730d895cf..7a020c5f985c 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -310,20 +310,6 @@ config MACH_NOKIA_RX51
310 default y 310 default y
311 select OMAP_PACKAGE_CBB 311 select OMAP_PACKAGE_CBB
312 312
313config MACH_OMAP_ZOOM2
314 bool "OMAP3 Zoom2 board"
315 depends on ARCH_OMAP3
316 default y
317 select OMAP_PACKAGE_CBB
318 select REGULATOR_FIXED_VOLTAGE if REGULATOR
319
320config MACH_OMAP_ZOOM3
321 bool "OMAP3630 Zoom3 board"
322 depends on ARCH_OMAP3
323 default y
324 select OMAP_PACKAGE_CBP
325 select REGULATOR_FIXED_VOLTAGE if REGULATOR
326
327config MACH_CM_T35 313config MACH_CM_T35
328 bool "CompuLab CM-T35/CM-T3730 modules" 314 bool "CompuLab CM-T35/CM-T3730 modules"
329 depends on ARCH_OMAP3 315 depends on ARCH_OMAP3
@@ -359,12 +345,6 @@ config MACH_SBC3530
359 default y 345 default y
360 select OMAP_PACKAGE_CUS 346 select OMAP_PACKAGE_CUS
361 347
362config MACH_OMAP_3630SDP
363 bool "OMAP3630 SDP board"
364 depends on ARCH_OMAP3
365 default y
366 select OMAP_PACKAGE_CBP
367
368config MACH_TI8168EVM 348config MACH_TI8168EVM
369 bool "TI8168 Evaluation Module" 349 bool "TI8168 Evaluation Module"
370 depends on SOC_TI81XX 350 depends on SOC_TI81XX