From 498eedc0d47f8f194698fcb082fbdf4f81f90625 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Sun, 12 Sep 2021 17:32:55 +0300 Subject: [PATCH] mx7ulp: select soc features Force selecting features present in SoC i.MX7ULP. Signed-off-by: Oleksandr Suvorov Reviewed-by: Igor Opaniuk --- arch/arm/mach-imx/mx7ulp/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-imx/mx7ulp/Kconfig b/arch/arm/mach-imx/mx7ulp/Kconfig index 2ffac9cf7c5..56a3efd7b98 100644 --- a/arch/arm/mach-imx/mx7ulp/Kconfig +++ b/arch/arm/mach-imx/mx7ulp/Kconfig @@ -9,6 +9,9 @@ config LDO_ENABLED_MODE Select this option to enable the PMC1 LDO. config MX7ULP + select ARCH_SUPPORT_PSCI + select CPU_V7_HAS_NONSEC + select CPU_V7_HAS_VIRT select HAS_CAAM bool