diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2009-01-29 08:42:25 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 05:34:18 -0400 |
commit | 6bbdbf2f95771c0a2dbccc423b99b37fde9a5078 (patch) | |
tree | 91c451e4641339865611c29f0607012ce7a22084 /arch/arm/mach-mx2 | |
parent | 87bbb19721fbd6b5e556105c188da80d06f738b1 (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/Kconfig | 13 |
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 @@ | |||
1 | comment "MX2 family CPU support" | 1 | if ARCH_MX2 |
2 | depends on ARCH_MX2 | ||
3 | 2 | ||
4 | choice | 3 | choice |
5 | prompt "MX2 Type" | 4 | prompt "CPUs:" |
6 | depends on ARCH_MX2 | ||
7 | default MACH_MX21 | 5 | default MACH_MX21 |
8 | 6 | ||
9 | config MACH_MX21 | 7 | config 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 | ||
15 | config MACH_MX27 | 12 | config 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 | ||
21 | endchoice | 17 | endchoice |
22 | 18 | ||
23 | comment "MX2 Platforms" | 19 | comment "MX2 platforms:" |
24 | depends on ARCH_MX2 | ||
25 | 20 | ||
26 | config MACH_MX27ADS | 21 | config 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 | ||
52 | endchoice | 47 | endchoice |
48 | |||
49 | endif | ||