diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-10-12 09:20:52 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-10-13 12:13:43 -0400 |
commit | 93e22567a138783202143c3af70d701a3ad20629 (patch) | |
tree | d3ddf71b4ace17d2b62d36689cfdbe7ad3e83da0 /arch/arm | |
parent | b1b3f49ce4606452279b58b17f2bbe2ba00304b7 (diff) |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index bd12ddd15448..1bc092eb42e6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -348,16 +348,6 @@ config ARCH_BCM2835 | |||
348 | This enables support for the Broadcom BCM2835 SoC. This SoC is | 348 | This enables support for the Broadcom BCM2835 SoC. This SoC is |
349 | use in the Raspberry Pi, and Roku 2 devices. | 349 | use in the Raspberry Pi, and Roku 2 devices. |
350 | 350 | ||
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 | |||
361 | config ARCH_CNS3XXX | 351 | config ARCH_CNS3XXX |
362 | bool "Cavium Networks CNS3XXX family" | 352 | bool "Cavium Networks CNS3XXX family" |
363 | select ARM_GIC | 353 | select ARM_GIC |
@@ -369,6 +359,16 @@ config ARCH_CNS3XXX | |||
369 | help | 359 | help |
370 | Support for Cavium Networks CNS3XXX platform. | 360 | Support for Cavium Networks CNS3XXX platform. |
371 | 361 | ||
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 | |||
372 | config ARCH_GEMINI | 372 | config ARCH_GEMINI |
373 | bool "Cortina Systems Gemini" | 373 | bool "Cortina Systems Gemini" |
374 | select ARCH_REQUIRE_GPIOLIB | 374 | select ARCH_REQUIRE_GPIOLIB |
@@ -549,21 +549,6 @@ config ARCH_KIRKWOOD | |||
549 | Support for the following Marvell Kirkwood series SoCs: | 549 | Support for the following Marvell Kirkwood series SoCs: |
550 | 88F6180, 88F6192 and 88F6281. | 550 | 88F6180, 88F6192 and 88F6281. |
551 | 551 | ||
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 | |||
567 | config ARCH_MV78XX0 | 552 | config ARCH_MV78XX0 |
568 | bool "Marvell MV78xx0" | 553 | bool "Marvell MV78xx0" |
569 | select ARCH_REQUIRE_GPIOLIB | 554 | select ARCH_REQUIRE_GPIOLIB |
@@ -630,6 +615,21 @@ config ARCH_W90X900 | |||
630 | <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/ | 615 | <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/ |
631 | ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller> | 616 | ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller> |
632 | 617 | ||
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 | |||
633 | config ARCH_TEGRA | 633 | config ARCH_TEGRA |
634 | bool "NVIDIA Tegra" | 634 | bool "NVIDIA Tegra" |
635 | select ARCH_HAS_CPUFREQ | 635 | select ARCH_HAS_CPUFREQ |
@@ -823,7 +823,7 @@ config ARCH_S5PV210 | |||
823 | Samsung S5PV210/S5PC110 series based systems | 823 | Samsung S5PV210/S5PC110 series based systems |
824 | 824 | ||
825 | config ARCH_EXYNOS | 825 | config ARCH_EXYNOS |
826 | bool "SAMSUNG EXYNOS" | 826 | bool "Samsung EXYNOS" |
827 | select ARCH_HAS_CPUFREQ | 827 | select ARCH_HAS_CPUFREQ |
828 | select ARCH_HAS_HOLES_MEMORYMODEL | 828 | select ARCH_HAS_HOLES_MEMORYMODEL |
829 | select ARCH_SPARSEMEM_ENABLE | 829 | select ARCH_SPARSEMEM_ENABLE |
@@ -899,6 +899,18 @@ config ARCH_NOMADIK | |||
899 | help | 899 | help |
900 | Support for the Nomadik platform by ST-Ericsson | 900 | Support for the Nomadik platform by ST-Ericsson |
901 | 901 | ||
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 | |||
902 | config ARCH_DAVINCI | 914 | config ARCH_DAVINCI |
903 | bool "TI DaVinci" | 915 | bool "TI DaVinci" |
904 | select ARCH_HAS_HOLES_MEMORYMODEL | 916 | select ARCH_HAS_HOLES_MEMORYMODEL |
@@ -926,18 +938,6 @@ config ARCH_OMAP | |||
926 | help | 938 | help |
927 | Support for TI's OMAP platform (OMAP1/2/3/4). | 939 | Support for TI's OMAP platform (OMAP1/2/3/4). |
928 | 940 | ||
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 | |||
941 | config ARCH_VT8500 | 941 | config ARCH_VT8500 |
942 | bool "VIA/WonderMedia 85xx" | 942 | bool "VIA/WonderMedia 85xx" |
943 | select ARCH_HAS_CPUFREQ | 943 | select ARCH_HAS_CPUFREQ |