aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2021-09-12 17:32:55 +0300
committerStefano Babic <sbabic@denx.de>2022-02-05 13:38:38 +0100
commit498eedc0d47f8f194698fcb082fbdf4f81f90625 (patch)
tree362f4bdb034f7a8f1d9fb8395921de6051cc62a5 /arch
parent6ff55bcd07aa911d7e2ba514fe9b92c969805763 (diff)
downloadu-boot-498eedc0d47f8f194698fcb082fbdf4f81f90625.zip
u-boot-498eedc0d47f8f194698fcb082fbdf4f81f90625.tar.gz
u-boot-498eedc0d47f8f194698fcb082fbdf4f81f90625.tar.bz2
mx7ulp: select soc features
Force selecting features present in SoC i.MX7ULP. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io> Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/mx7ulp/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx7ulp/Kconfig b/arch/arm/mach-imx/mx7ulp/Kconfig
index 2ffac9c..56a3efd 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