aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2011-05-04 11:43:54 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2011-05-19 07:11:34 -0400
commit2790205f6e2d3e636d9721f521badf23638d2de2 (patch)
tree7db881539d297ae8d347d7cc924d133b256bf811
parent7f5e6b089de8a588f649d77f661ff41f2c7679ae (diff)
arm: mach-imx/mxs: drop 'default' boards
No boards should be compiled in by default. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/mach-mxs/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig
index 4522fbb235d..21de5d50673 100644
--- a/arch/arm/mach-mxs/Kconfig
+++ b/arch/arm/mach-mxs/Kconfig
@@ -24,7 +24,6 @@ config MACH_MX23EVK
24 select MXS_HAVE_PLATFORM_AUART 24 select MXS_HAVE_PLATFORM_AUART
25 select MXS_HAVE_PLATFORM_MXS_MMC 25 select MXS_HAVE_PLATFORM_MXS_MMC
26 select MXS_HAVE_PLATFORM_MXSFB 26 select MXS_HAVE_PLATFORM_MXSFB
27 default y
28 help 27 help
29 Include support for MX23EVK platform. This includes specific 28 Include support for MX23EVK platform. This includes specific
30 configurations for the board and its peripherals. 29 configurations for the board and its peripherals.
@@ -39,7 +38,6 @@ config MACH_MX28EVK
39 select MXS_HAVE_PLATFORM_MXS_MMC 38 select MXS_HAVE_PLATFORM_MXS_MMC
40 select MXS_HAVE_PLATFORM_MXSFB 39 select MXS_HAVE_PLATFORM_MXSFB
41 select MXS_OCOTP 40 select MXS_OCOTP
42 default y
43 help 41 help
44 Include support for MX28EVK platform. This includes specific 42 Include support for MX28EVK platform. This includes specific
45 configurations for the board and its peripherals. 43 configurations for the board and its peripherals.