aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2
diff options
context:
space:
mode:
authorHolger Schurig <hs4233@mail.mn-solutions.de>2009-01-29 08:42:25 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2009-03-13 05:34:18 -0400
commit6bbdbf2f95771c0a2dbccc423b99b37fde9a5078 (patch)
tree91c451e4641339865611c29f0607012ce7a22084 /arch/arm/mach-mx2
parent87bbb19721fbd6b5e556105c188da80d06f738b1 (diff)
arm/imx: Kconfig beautification
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2')
-rw-r--r--arch/arm/mach-mx2/Kconfig13
1 files changed, 5 insertions, 8 deletions
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