diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-09-24 04:09:19 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-10-05 09:34:59 -0400 |
commit | b788beda4db21ac28ae302f0323cffb75e578cac (patch) | |
tree | e2a34fa3b81a28f532790ee627167703c6b1fd54 | |
parent | 53ea68873a68665c33ddd7332cf4cf39315f9cbc (diff) |
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 3ab2f65f8a50..c9e72c89066a 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig | |||
@@ -1,14 +1,14 @@ | |||
1 | config ARCH_SUNXI | 1 | config ARCH_SUNXI |
2 | bool "Allwinner A1X SOCs" if ARCH_MULTI_V7 | 2 | bool "Allwinner A1X SOCs" if ARCH_MULTI_V7 |
3 | select ARCH_REQUIRE_GPIOLIB | 3 | select ARCH_REQUIRE_GPIOLIB |
4 | select ARM_GIC | ||
4 | select CLKSRC_MMIO | 5 | select CLKSRC_MMIO |
5 | select CLKSRC_OF | 6 | select CLKSRC_OF |
6 | select COMMON_CLK | 7 | select COMMON_CLK |
7 | select GENERIC_CLOCKEVENTS | 8 | select GENERIC_CLOCKEVENTS |
8 | select GENERIC_IRQ_CHIP | 9 | select GENERIC_IRQ_CHIP |
10 | select HAVE_SMP | ||
9 | select PINCTRL | 11 | select PINCTRL |
12 | select PINCTRL_SUNXI | ||
10 | select SPARSE_IRQ | 13 | select SPARSE_IRQ |
11 | select SUN4I_TIMER | 14 | select SUN4I_TIMER |
12 | select PINCTRL_SUNXI | ||
13 | select ARM_GIC | ||
14 | select HAVE_SMP | ||