ARM: sunxi: Order Kconfig options alphabetically
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 24 Sep 2013 08:09:19 +0000 (11:09 +0300)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 5 Oct 2013 13:34:59 +0000 (15:34 +0200)
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/mach-sunxi/Kconfig

index 3ab2f65..c9e72c8 100644 (file)
@@ -1,14 +1,14 @@
 config ARCH_SUNXI
        bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
        select ARCH_REQUIRE_GPIOLIB
+       select ARM_GIC
        select CLKSRC_MMIO
        select CLKSRC_OF
        select COMMON_CLK
        select GENERIC_CLOCKEVENTS
        select GENERIC_IRQ_CHIP
+       select HAVE_SMP
        select PINCTRL
+       select PINCTRL_SUNXI
        select SPARSE_IRQ
        select SUN4I_TIMER
-       select PINCTRL_SUNXI
-       select ARM_GIC
-       select HAVE_SMP