Skip to content

Commit 93e2256

Browse files
author
Russell King
committed
ARM: config: make sure that platforms are ordered by option string
The large platform selection choice should be sorted by option string so it's easy to find the platform you're looking for. Fix the few options which are out of this order. Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent b1b3f49 commit 93e2256

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

arch/arm/Kconfig

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -348,16 +348,6 @@ config ARCH_BCM2835
348348
This enables support for the Broadcom BCM2835 SoC. This SoC is
349349
use in the Raspberry Pi, and Roku 2 devices.
350350

351-
config ARCH_CLPS711X
352-
bool "Cirrus Logic CLPS711x/EP721x/EP731x-based"
353-
select ARCH_USES_GETTIMEOFFSET
354-
select CLKDEV_LOOKUP
355-
select COMMON_CLK
356-
select CPU_ARM720T
357-
select NEED_MACH_MEMORY_H
358-
help
359-
Support for Cirrus Logic 711x/721x/731x based boards.
360-
361351
config ARCH_CNS3XXX
362352
bool "Cavium Networks CNS3XXX family"
363353
select ARM_GIC
@@ -369,6 +359,16 @@ config ARCH_CNS3XXX
369359
help
370360
Support for Cavium Networks CNS3XXX platform.
371361

362+
config ARCH_CLPS711X
363+
bool "Cirrus Logic CLPS711x/EP721x/EP731x-based"
364+
select ARCH_USES_GETTIMEOFFSET
365+
select CLKDEV_LOOKUP
366+
select COMMON_CLK
367+
select CPU_ARM720T
368+
select NEED_MACH_MEMORY_H
369+
help
370+
Support for Cirrus Logic 711x/721x/731x based boards.
371+
372372
config ARCH_GEMINI
373373
bool "Cortina Systems Gemini"
374374
select ARCH_REQUIRE_GPIOLIB
@@ -549,21 +549,6 @@ config ARCH_KIRKWOOD
549549
Support for the following Marvell Kirkwood series SoCs:
550550
88F6180, 88F6192 and 88F6281.
551551

552-
config ARCH_LPC32XX
553-
bool "NXP LPC32XX"
554-
select ARCH_REQUIRE_GPIOLIB
555-
select ARM_AMBA
556-
select CLKDEV_LOOKUP
557-
select CLKSRC_MMIO
558-
select CPU_ARM926T
559-
select GENERIC_CLOCKEVENTS
560-
select HAVE_IDE
561-
select HAVE_PWM
562-
select USB_ARCH_HAS_OHCI
563-
select USE_OF
564-
help
565-
Support for the NXP LPC32XX family of processors
566-
567552
config ARCH_MV78XX0
568553
bool "Marvell MV78xx0"
569554
select ARCH_REQUIRE_GPIOLIB
@@ -630,6 +615,21 @@ config ARCH_W90X900
630615
<http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/
631616
ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller>
632617

618+
config ARCH_LPC32XX
619+
bool "NXP LPC32XX"
620+
select ARCH_REQUIRE_GPIOLIB
621+
select ARM_AMBA
622+
select CLKDEV_LOOKUP
623+
select CLKSRC_MMIO
624+
select CPU_ARM926T
625+
select GENERIC_CLOCKEVENTS
626+
select HAVE_IDE
627+
select HAVE_PWM
628+
select USB_ARCH_HAS_OHCI
629+
select USE_OF
630+
help
631+
Support for the NXP LPC32XX family of processors
632+
633633
config ARCH_TEGRA
634634
bool "NVIDIA Tegra"
635635
select ARCH_HAS_CPUFREQ
@@ -823,7 +823,7 @@ config ARCH_S5PV210
823823
Samsung S5PV210/S5PC110 series based systems
824824

825825
config ARCH_EXYNOS
826-
bool "SAMSUNG EXYNOS"
826+
bool "Samsung EXYNOS"
827827
select ARCH_HAS_CPUFREQ
828828
select ARCH_HAS_HOLES_MEMORYMODEL
829829
select ARCH_SPARSEMEM_ENABLE
@@ -899,6 +899,18 @@ config ARCH_NOMADIK
899899
help
900900
Support for the Nomadik platform by ST-Ericsson
901901

902+
config PLAT_SPEAR
903+
bool "ST SPEAr"
904+
select ARCH_REQUIRE_GPIOLIB
905+
select ARM_AMBA
906+
select CLKDEV_LOOKUP
907+
select CLKSRC_MMIO
908+
select COMMON_CLK
909+
select GENERIC_CLOCKEVENTS
910+
select HAVE_CLK
911+
help
912+
Support for ST's SPEAr platform (SPEAr3xx, SPEAr6xx and SPEAr13xx).
913+
902914
config ARCH_DAVINCI
903915
bool "TI DaVinci"
904916
select ARCH_HAS_HOLES_MEMORYMODEL
@@ -926,18 +938,6 @@ config ARCH_OMAP
926938
help
927939
Support for TI's OMAP platform (OMAP1/2/3/4).
928940

929-
config PLAT_SPEAR
930-
bool "ST SPEAr"
931-
select ARCH_REQUIRE_GPIOLIB
932-
select ARM_AMBA
933-
select CLKDEV_LOOKUP
934-
select CLKSRC_MMIO
935-
select COMMON_CLK
936-
select GENERIC_CLOCKEVENTS
937-
select HAVE_CLK
938-
help
939-
Support for ST's SPEAr platform (SPEAr3xx, SPEAr6xx and SPEAr13xx).
940-
941941
config ARCH_VT8500
942942
bool "VIA/WonderMedia 85xx"
943943
select ARCH_HAS_CPUFREQ

0 commit comments

Comments
 (0)