packages: enable AP mode on r8188eu
[openwrt/openwrt.git] / target / linux / sunxi / patches-3.13 / 190-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 --- a/arch/arm/mach-sunxi/Kconfig
14 +++ b/arch/arm/mach-sunxi/Kconfig
15 @@ -3,6 +3,7 @@ config ARCH_SUNXI
16 select ARCH_HAS_RESET_CONTROLLER
17 select ARCH_REQUIRE_GPIOLIB
18 select ARM_GIC
19 + select ARM_PSCI
20 select CLKSRC_MMIO
21 select CLKSRC_OF
22 select COMMON_CLK