Commit fe9f64b3 authored by Russell King's avatar Russell King

[ARM] Fix sorting of machine class symbols.

These are supposed to be ordered by option name.
parent de7888b6
......@@ -84,9 +84,6 @@ config ARCH_CLPS711X
config ARCH_CO285
bool "Co-EBSA285"
config ARCH_PXA
bool "PXA2xx-based"
config ARCH_EBSA110
bool "EBSA-110"
help
......@@ -126,6 +123,9 @@ config ARCH_L7200
If you have any questions or comments about the Linux kernel port
to this board, send e-mail to sjhill@cotw.com.
config ARCH_PXA
bool "PXA2xx-based"
config ARCH_RPC
bool "RiscPC"
help
......@@ -135,9 +135,6 @@ config ARCH_RPC
config ARCH_SA1100
bool "SA1100-based"
config ARCH_SHARK
bool "Shark"
config ARCH_S3C2410
bool "Samsung S3C2410"
help
......@@ -145,8 +142,8 @@ 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"
config ARCH_SHARK
bool "Shark"
config ARCH_LH7A40X
bool "Sharp LH7A40X"
......@@ -156,6 +153,9 @@ config ARCH_LH7A40X
core with a wide array of integrated devices for
hand-held and low-power applications.
config ARCH_OMAP
bool "TI OMAP"
config ARCH_VERSATILE_PB
bool "Versatile PB"
help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment