aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorMatt Sealey <matt@genesi-usa.com>2012-08-01 13:49:28 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-08-23 23:44:12 -0400
commitf60c99e22cae4d8761c86967a14e4621322c057e (patch)
tree4824e2147b3ef474ec85cfdae5e5198a56b610ff /arch/arm
parent212d0b8327b21d6dfe0a9e9dc8935a7150e370d0 (diff)
ARM: efikamx: remove support for Genesi Efika MX from the build
Disable building for Efika MX boards by not having any configuration or object file definitions. Signed-off-by: Matt Sealey <matt@genesi-usa.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-imx/Kconfig26
-rw-r--r--arch/arm/mach-imx/Makefile3
2 files changed, 0 insertions, 29 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 156c98629624..e4aa08217260 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -736,32 +736,6 @@ config MACH_EUKREA_MBIMXSD51_BASEBOARD
736 736
737endchoice 737endchoice
738 738
739config MX51_EFIKA_COMMON
740 bool
741 select SOC_IMX51
742 select IMX_HAVE_PLATFORM_IMX_UART
743 select IMX_HAVE_PLATFORM_MXC_EHCI
744 select IMX_HAVE_PLATFORM_PATA_IMX
745 select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
746 select IMX_HAVE_PLATFORM_SPI_IMX
747 select MXC_ULPI if USB_ULPI
748
749config MACH_MX51_EFIKAMX
750 bool "Support MX51 Genesi Efika MX nettop"
751 select LEDS_GPIO_REGISTER
752 select MX51_EFIKA_COMMON
753 help
754 Include support for Genesi Efika MX nettop. This includes specific
755 configurations for the board and its peripherals.
756
757config MACH_MX51_EFIKASB
758 bool "Support MX51 Genesi Efika Smartbook"
759 select LEDS_GPIO_REGISTER
760 select MX51_EFIKA_COMMON
761 help
762 Include support for Genesi Efika Smartbook. This includes specific
763 configurations for the board and its peripherals.
764
765comment "i.MX53 machines:" 739comment "i.MX53 machines:"
766 740
767config MACH_IMX53_DT 741config MACH_IMX53_DT
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index 07f7c226e4cf..88b756c4082b 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -89,9 +89,6 @@ obj-$(CONFIG_MACH_MX53_LOCO) += mach-mx53_loco.o
89obj-$(CONFIG_MACH_MX53_ARD) += mach-mx53_ard.o 89obj-$(CONFIG_MACH_MX53_ARD) += mach-mx53_ard.o
90obj-$(CONFIG_MACH_EUKREA_CPUIMX51SD) += mach-cpuimx51sd.o 90obj-$(CONFIG_MACH_EUKREA_CPUIMX51SD) += mach-cpuimx51sd.o
91obj-$(CONFIG_MACH_EUKREA_MBIMXSD51_BASEBOARD) += eukrea_mbimxsd51-baseboard.o 91obj-$(CONFIG_MACH_EUKREA_MBIMXSD51_BASEBOARD) += eukrea_mbimxsd51-baseboard.o
92obj-$(CONFIG_MX51_EFIKA_COMMON) += mx51_efika.o
93obj-$(CONFIG_MACH_MX51_EFIKAMX) += mach-mx51_efikamx.o
94obj-$(CONFIG_MACH_MX51_EFIKASB) += mach-mx51_efikasb.o
95obj-$(CONFIG_MACH_MX50_RDP) += mach-mx50_rdp.o 92obj-$(CONFIG_MACH_MX50_RDP) += mach-mx50_rdp.o
96 93
97obj-$(CONFIG_MACH_IMX51_DT) += imx51-dt.o 94obj-$(CONFIG_MACH_IMX51_DT) += imx51-dt.o