1$(call force,CFG_ARM32_core,y) 2$(call force,CFG_ARM64_core,n) 3$(call force,CFG_WITH_LPAE,n) 4$(call force,CFG_HWSUPP_MEM_PERM_WXN,n) 5$(call force,CFG_HWSUPP_MEM_PERM_PXN,n) 6$(call force,CFG_SECURE_TIME_SOURCE_CNTPCT,n) 7arm32-platform-cpuarch := cortex-a9 8arm32-platform-cflags += -mcpu=$(arm32-platform-cpuarch) 9arm32-platform-aflags += -mcpu=$(arm32-platform-cpuarch) 10arm32-platform-cxxflags += -mcpu=$(arm32-platform-cpuarch) 11# Program flow prediction may need manual enablement 12CFG_ENABLE_SCTLR_Z ?= y 13