aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-mx1/Kconfig3
-rw-r--r--arch/arm/mach-mx2/Kconfig13
-rw-r--r--arch/arm/mach-mx3/Kconfig8
-rw-r--r--arch/arm/plat-mxc/Kconfig2
4 files changed, 12 insertions, 14 deletions
diff --git a/arch/arm/mach-mx1/Kconfig b/arch/arm/mach-mx1/Kconfig
index f86cfcb60224..eb7660f5d4b7 100644
--- a/arch/arm/mach-mx1/Kconfig
+++ b/arch/arm/mach-mx1/Kconfig
@@ -1,6 +1,6 @@
1if ARCH_MX1 1if ARCH_MX1
2 2
3comment "MX1 Platforms" 3comment "MX1 platforms:"
4 4
5config MACH_MXLADS 5config MACH_MXLADS
6 bool 6 bool
@@ -15,4 +15,5 @@ config MACH_SCB9328
15 bool "Synertronixx scb9328" 15 bool "Synertronixx scb9328"
16 help 16 help
17 Say Y here if you are using a Synertronixx scb9328 board 17 Say Y here if you are using a Synertronixx scb9328 board
18
18endif 19endif
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig
index 412d2d55b08c..42a788842f49 100644
--- a/arch/arm/mach-mx2/Kconfig
+++ b/arch/arm/mach-mx2/Kconfig
@@ -1,27 +1,22 @@
1comment "MX2 family CPU support" 1if ARCH_MX2
2 depends on ARCH_MX2
3 2
4choice 3choice
5 prompt "MX2 Type" 4 prompt "CPUs:"
6 depends on ARCH_MX2
7 default MACH_MX21 5 default MACH_MX21
8 6
9config MACH_MX21 7config MACH_MX21
10 bool "i.MX21 support" 8 bool "i.MX21 support"
11 depends on ARCH_MX2
12 help 9 help
13 This enables support for Freescale's MX2 based i.MX21 processor. 10 This enables support for Freescale's MX2 based i.MX21 processor.
14 11
15config MACH_MX27 12config MACH_MX27
16 bool "i.MX27 support" 13 bool "i.MX27 support"
17 depends on ARCH_MX2
18 help 14 help
19 This enables support for Freescale's MX2 based i.MX27 processor. 15 This enables support for Freescale's MX2 based i.MX27 processor.
20 16
21endchoice 17endchoice
22 18
23comment "MX2 Platforms" 19comment "MX2 platforms:"
24 depends on ARCH_MX2
25 20
26config MACH_MX27ADS 21config MACH_MX27ADS
27 bool "MX27ADS platform" 22 bool "MX27ADS platform"
@@ -50,3 +45,5 @@ config MACH_PCM970_BASEBOARD
50 PCM970 evaluation board. 45 PCM970 evaluation board.
51 46
52endchoice 47endchoice
48
49endif
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig
index 6fea54196324..6933d2d0b568 100644
--- a/arch/arm/mach-mx3/Kconfig
+++ b/arch/arm/mach-mx3/Kconfig
@@ -1,5 +1,6 @@
1menu "MX3 Options" 1if ARCH_MX3
2 depends on ARCH_MX3 2
3comment "MX3 platforms:"
3 4
4config MACH_MX31ADS 5config MACH_MX31ADS
5 bool "Support MX31ADS platforms" 6 bool "Support MX31ADS platforms"
@@ -44,5 +45,4 @@ config MACH_MX31MOBOARD
44 Include support for mx31moboard platform. This includes specific 45 Include support for mx31moboard platform. This includes specific
45 configurations for the board and its peripherals. 46 configurations for the board and its peripherals.
46 47
47endmenu 48endif
48
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig
index 71c3c848b0e2..ed5ab8ed7cfa 100644
--- a/arch/arm/plat-mxc/Kconfig
+++ b/arch/arm/plat-mxc/Kconfig
@@ -3,7 +3,7 @@ if ARCH_MXC
3menu "Freescale MXC Implementations" 3menu "Freescale MXC Implementations"
4 4
5choice 5choice
6 prompt "MXC/iMX Base Type" 6 prompt "Freescale CPU family:"
7 default ARCH_MX3 7 default ARCH_MX3
8 8
9config ARCH_MX1 9config ARCH_MX1