1# Copyright (c) 2019 Synopsys, Inc. All rights reserved. 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_EMSDP_EM7D_ESP 5 6config SYS_CLOCK_HW_CYCLES_PER_SEC 7 default 50000000 8 9config CPU_EM4_FPUDA 10 default y 11 12config ARC_MPU_VER 13 default 4 14 15config RGF_NUM_BANKS 16 default 1 17 18config HARVARD 19 default y 20 21config ARC_FIRQ 22 default n 23 24config CACHE_MANAGEMENT 25 default y 26 27config FP_FPU_DA 28 default y 29 30config NUM_IRQS 31 default 112 32 33endif # SOC_EMSDP_EM7D_ESP 34