From 6fb978dd7162b4aa708eb415f2bb1278403e041c Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 28 Oct 2019 00:18:29 +0100 Subject: ARM: stm32mp: select ARM_SMCCC always ARM_SMCCC compiles in the code for issuing ARM secure monitor calls. We need those on the STM32MP, because barebox runs in non-secure mode and does some operations like reading the BSEC OTP through SMCs. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d4947cef5c..f82844a83a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -201,6 +201,7 @@ config ARCH_STM32MP select GPIOLIB select ARCH_HAS_RESET_CONTROLLER select ARM_AMBA + select ARM_SMCCC config ARCH_VERSATILE bool "ARM Versatile boards (ARM926EJ-S)" -- cgit v1.2.3