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