1265fdf5051b29a1b5b56175b4bab82f278a8195
[openwrt.git] / target / linux / sunxi / patches-3.12 / 135-sunxi-order-Kconfig-options.patch
1 From b788beda4db21ac28ae302f0323cffb75e578cac Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime.ripard@free-electrons.com>
3 Date: Tue, 24 Sep 2013 11:09:19 +0300
4 Subject: [PATCH] ARM: sunxi: Order Kconfig options alphabetically
5
6 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
7 ---
8  arch/arm/mach-sunxi/Kconfig | 6 +++---
9  1 file changed, 3 insertions(+), 3 deletions(-)
10
11 diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
12 index 3ab2f65..c9e72c8 100644
13 --- a/arch/arm/mach-sunxi/Kconfig
14 +++ b/arch/arm/mach-sunxi/Kconfig
15 @@ -1,14 +1,14 @@
16  config ARCH_SUNXI
17         bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
18         select ARCH_REQUIRE_GPIOLIB
19 +       select ARM_GIC
20         select CLKSRC_MMIO
21         select CLKSRC_OF
22         select COMMON_CLK
23         select GENERIC_CLOCKEVENTS
24         select GENERIC_IRQ_CHIP
25 +       select HAVE_SMP
26         select PINCTRL
27 +       select PINCTRL_SUNXI
28         select SPARSE_IRQ
29         select SUN4I_TIMER
30 -       select PINCTRL_SUNXI
31 -       select ARM_GIC
32 -       select HAVE_SMP
33 -- 
34 1.8.5.1
35