Browse Source

ARM: shmobile: Sort Kconfig selections

Sort alphabetically all symbols selected by ARCH_RENESAS

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Geert Uytterhoeven 9 years ago
parent
commit
9255f6fd45
1 changed files with 3 additions and 3 deletions
  1. 3 3
      arch/arm/mach-shmobile/Kconfig

+ 3 - 3
arch/arm/mach-shmobile/Kconfig

@@ -32,15 +32,15 @@ config ARCH_RMOBILE
 menuconfig ARCH_RENESAS
 menuconfig ARCH_RENESAS
 	bool "Renesas ARM SoCs"
 	bool "Renesas ARM SoCs"
 	depends on ARCH_MULTI_V7 && MMU
 	depends on ARCH_MULTI_V7 && MMU
+	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
 	select ARCH_SHMOBILE
 	select ARCH_SHMOBILE
 	select ARCH_SHMOBILE_MULTI
 	select ARCH_SHMOBILE_MULTI
+	select ARM_GIC
+	select GPIOLIB
 	select HAVE_ARM_SCU if SMP
 	select HAVE_ARM_SCU if SMP
 	select HAVE_ARM_TWD if SMP
 	select HAVE_ARM_TWD if SMP
-	select ARM_GIC
-	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
 	select NO_IOPORT_MAP
 	select NO_IOPORT_MAP
 	select PINCTRL
 	select PINCTRL
-	select GPIOLIB
 	select ZONE_DMA if ARM_LPAE
 	select ZONE_DMA if ARM_LPAE
 
 
 if ARCH_RENESAS
 if ARCH_RENESAS