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-mx3/Kconfig | |
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-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
1 | menu "MX3 Options" | 1 | if ARCH_MX3 |
2 | depends on ARCH_MX3 | 2 | |
3 | comment "MX3 platforms:" | ||
3 | 4 | ||
4 | config MACH_MX31ADS | 5 | config 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 | ||
47 | endmenu | 48 | endif |
48 | |||