diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2013-10-18 19:37:53 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-18 21:25:46 +0400 |
commit | 06ff74fd197aa8205443cf64b94383802602e320 (patch) | |
tree | 938adf4ea3f50779c89aa1f05bbd8de6585fbdab /arch/arm/mach-omap2/Kconfig | |
parent | 97411608fd5f17735f51103da08a738be1f932d9 (diff) | |
download | linux-06ff74fd197aa8205443cf64b94383802602e320.tar.xz |
ARM: OMAP2+: remove legacy support for IGEP boards
Device Tree support for IGEP boards in mainline is almost
finished. The only remaining bits are support for the
Marvell SD8686 wifi + BT and TFP410 DVI chips.
Adding support for these should be straightforward so let's
not block OMAP3 moving to Device Tree only boot and remove
the board file for IGEP boards.
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 7a020c5f985c..68c9688815aa 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -326,19 +326,6 @@ config MACH_CM_T3517 config MACH_CM_T3730 bool -config MACH_IGEP0020 - bool "IGEP v2 board" - depends on ARCH_OMAP3 - default y - select OMAP_PACKAGE_CBB - -config MACH_IGEP0030 - bool "IGEP OMAP3 module" - depends on ARCH_OMAP3 - default y - select MACH_IGEP0020 - select OMAP_PACKAGE_CBB - config MACH_SBC3530 bool "OMAP3 SBC STALKER board" depends on ARCH_OMAP3 |