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) 5$(call force,CFG_ENABLE_SCTLR_Z,n) 6arm32-platform-cpuarch := cortex-a7 7arm32-platform-cflags += -mcpu=$(arm32-platform-cpuarch) 8arm32-platform-aflags += -mcpu=$(arm32-platform-cpuarch) 9arm32-platform-cxxflags += -mcpu=$(arm32-platform-cpuarch) 10