summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx1/Kconfig
diff options
context:
space:
mode:
authorHolger Schurig2009-01-29 14:42:25 +0100
committerSascha Hauer2009-03-13 10:34:18 +0100
commit6bbdbf2f95771c0a2dbccc423b99b37fde9a5078 (patch)
tree91c451e4641339865611c29f0607012ce7a22084 /arch/arm/mach-mx1/Kconfig
parent[ARM] mxc: add missing include (diff)
downloadkernel-qcow2-linux-6bbdbf2f95771c0a2dbccc423b99b37fde9a5078.tar.gz
kernel-qcow2-linux-6bbdbf2f95771c0a2dbccc423b99b37fde9a5078.tar.xz
kernel-qcow2-linux-6bbdbf2f95771c0a2dbccc423b99b37fde9a5078.zip
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-mx1/Kconfig')
-rw-r--r--arch/arm/mach-mx1/Kconfig3
1 files changed, 2 insertions, 1 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 @@
if ARCH_MX1
-comment "MX1 Platforms"
+comment "MX1 platforms:"
config MACH_MXLADS
bool
@@ -15,4 +15,5 @@ config MACH_SCB9328
bool "Synertronixx scb9328"
help
Say Y here if you are using a Synertronixx scb9328 board
+
endif