diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-09-24 08:09:19 (GMT) |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-10-05 13:34:59 (GMT) |
commit | b788beda4db21ac28ae302f0323cffb75e578cac (patch) | |
tree | e2a34fa3b81a28f532790ee627167703c6b1fd54 | |
parent | 53ea68873a68665c33ddd7332cf4cf39315f9cbc (diff) | |
download | linux-b788beda4db21ac28ae302f0323cffb75e578cac.tar.xz |
ARM: sunxi: Order Kconfig options alphabetically
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 3ab2f65..c9e72c8 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -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 |