summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-10 16:08:49 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-11 17:58:06 +0900
commite8a9293295a1a54f6e43970bed2d3bfd124be02c (patch)
treefa423647048b25852bd68aa66175b2d7f879df9a /arch/arm/mach-uniphier/Kconfig
parentee9bc77f3abe316126c2413c77dddac2401214a8 (diff)
downloadu-boot-imx-e8a9293295a1a54f6e43970bed2d3bfd124be02c.zip
u-boot-imx-e8a9293295a1a54f6e43970bed2d3bfd124be02c.tar.gz
u-boot-imx-e8a9293295a1a54f6e43970bed2d3bfd124be02c.tar.bz2
ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCs
Currently, only the CPU_ON function is supported. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/Kconfig')
-rw-r--r--arch/arm/mach-uniphier/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig
index a558073..a8a0b90 100644
--- a/arch/arm/mach-uniphier/Kconfig
+++ b/arch/arm/mach-uniphier/Kconfig
@@ -6,6 +6,8 @@ config SYS_CONFIG_NAME
config ARCH_UNIPHIER_32BIT
bool
select CPU_V7
+ select CPU_V7_HAS_NONSEC
+ select ARMV7_NONSEC
config ARCH_UNIPHIER_64BIT
bool