diff options
author | Chen-Yu Tsai | 2015-05-28 21:25:32 +0800 |
---|---|---|
committer | Hans de Goede | 2015-05-29 13:46:36 +0200 |
commit | cc08ea4cff827f0929744d8d0134422e01c1f2b5 (patch) | |
tree | 7a1ef1551ec5b0a1a86f6a9eabe27118ef5f407d /board | |
parent | 073f29843847163c407878511cbf2a6cb36ed97b (diff) |
ARM: sunxi: Enable PSCI for sun6i
Now that we have a PSCI backend for sun6i, enable it.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/sunxi/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index c6c876d4e70..64d2af8460e 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -35,8 +35,11 @@ config MACH_SUN5I config MACH_SUN6I bool "sun6i (Allwinner A31)" select CPU_V7 + select CPU_V7_HAS_NONSEC + select CPU_V7_HAS_VIRT select SUNXI_GEN_SUN6I select SUPPORT_SPL + select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT config MACH_SUN7I bool "sun7i (Allwinner A20)" |