summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-07-19 18:03:47 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-08-08 08:27:24 +0200
commit2c20674f0cf324d64f3de3ebd5a349fe252e0254 (patch)
treeb0dd815c276a7f59a7ae2dc1e0407d498d72241a /arch/arm/Kconfig
parente70be9e1d95e34fe9c6235b02076bb0095fc48b6 (diff)
downloadbarebox-2c20674f0cf324d64f3de3ebd5a349fe252e0254.tar.gz
barebox-2c20674f0cf324d64f3de3ebd5a349fe252e0254.tar.xz
ARM: Add code to support SMCCC on AArch64
Port SMCCC code from Linux kernel. To accomodate that: - Introduce CONFIG_ARM_SMCCC, to allow enabling the code independent of CONFIG_ARM_SECURE_MONITOR - Bring <linux/arm-smccc.h> in - Add necessary constants to arch/arm/asm-offsets.c Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3555b4ee53..00c893bd03 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -388,7 +388,11 @@ config ARM_SEMIHOSTING
the data on the host computer connected to the target via
debugging channel (JTAG, SWD). If unsure say N
+config ARM_SMCCC
+ bool
+
config ARM_SECURE_MONITOR
+ select ARM_SMCCC
bool
config ARM_PSCI