summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2004-04-08 22:42:54 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2004-04-08 22:42:54 +0100
commitf9ef3fc9ca1677c1349cb9ea2857dd558e323f5e (patch)
treea7d703cd87078b0d285d443dea423914a8ee462d
parent353eb8c6b7e16e1758acc2b1dfe2cecce9864fa6 (diff)
[ARM] Fix ordering of machine class selection.
The machine class should be in alphabetical order. Swap ordering of the recently added TI and S3C2410 entries to return it to this ordering.
-rw-r--r--arch/arm/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0cdeb5db3e32..3a1fd4205e01 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -135,9 +135,6 @@ config ARCH_SA1100
config ARCH_SHARK
bool "Shark"
-config ARCH_OMAP
- bool "TI OMAP"
-
config ARCH_S3C2410
bool "Samsung S3C2410"
help
@@ -145,6 +142,9 @@ config ARCH_S3C2410
BAST (http://www.simtec.co.uk/products/EB110ITX/), the IPAQ 1940 or
the Samsung SMDK2410 development board (and derviatives).
+config ARCH_OMAP
+ bool "TI OMAP"
+
endchoice
source "arch/arm/mach-clps711x/Kconfig"