sunxi: initial 3.13 support
[openwrt.git] / target / linux / sunxi / patches-3.13 / 180-sunxi-select-PSCI.patch
1 From d46cebc1431948638fe4e6cfd27fb9da48e6c593 Mon Sep 17 00:00:00 2001
2 From: Zalan Blenessy <zalan.blenessy@gmail.com>
3 Date: Sun, 22 Dec 2013 17:10:06 +0100
4 Subject: [PATCH] ARM: sunxi: select ARM_PSCI
5
6 This is necessary for SMP on sun7i.
7
8 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
9 ---
10  arch/arm/mach-sunxi/Kconfig | 1 +
11  1 file changed, 1 insertion(+)
12
13 diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
14 index 547004c..09df4b81 100644
15 --- a/arch/arm/mach-sunxi/Kconfig
16 +++ b/arch/arm/mach-sunxi/Kconfig
17 @@ -3,6 +3,7 @@ config ARCH_SUNXI
18         select ARCH_HAS_RESET_CONTROLLER
19         select ARCH_REQUIRE_GPIOLIB
20         select ARM_GIC
21 +       select ARM_PSCI
22         select CLKSRC_MMIO
23         select CLKSRC_OF
24         select COMMON_CLK
25 -- 
26 1.8.5.1
27