diff options
author | Tony Lindgren <tony@atomide.com> | 2013-11-26 03:17:12 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-26 03:31:17 +0400 |
commit | 23324cc902da3b7c63fbedb150caaa99bae3061a (patch) | |
tree | 5e51e0785bce0194ef6bf9fa1f249cdf3cc7688f /arch/arm/mach-omap2/Kconfig | |
parent | 54ea18e8866af29d998718e32f7fdcd51db3a533 (diff) | |
download | linux-23324cc902da3b7c63fbedb150caaa99bae3061a.tar.xz |
ARM: OMAP2+: Remove legacy board file for 2430sdp
We can now boot with device tree and appended DTB
with basic devices working. If people are still using
this board, patches are welcome to add more complete
support.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index f2f71c20093f..4191ae08f4c8 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -192,12 +192,6 @@ config MACH_OMAP2_TUSB6010 depends on ARCH_OMAP2 && SOC_OMAP2420 default y if MACH_NOKIA_N8X0 -config MACH_OMAP_2430SDP - bool "OMAP 2430 SDP board" - depends on SOC_OMAP2430 - default y - select OMAP_PACKAGE_ZAC - config MACH_OMAP3_BEAGLE bool "OMAP3 BEAGLE board" depends on ARCH_OMAP3 |