diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-09-23 11:28:40 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-10-17 09:22:52 +0300 |
commit | 9255f6fd453e1ba7ffa58427a04c52f68b96862f (patch) | |
tree | 63d7f14cd0a6169e4094b40732d49f3b43b510f0 /arch/arm/mach-shmobile | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | linux-9255f6fd453e1ba7ffa58427a04c52f68b96862f.tar.xz |
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>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 09817bae4558..84fd4e959147 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -32,15 +32,15 @@ config ARCH_RMOBILE menuconfig ARCH_RENESAS bool "Renesas ARM SoCs" depends on ARCH_MULTI_V7 && MMU + select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE select ARCH_SHMOBILE select ARCH_SHMOBILE_MULTI + select ARM_GIC + select GPIOLIB select HAVE_ARM_SCU 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 PINCTRL - select GPIOLIB select ZONE_DMA if ARM_LPAE if ARCH_RENESAS |