blob: 00da29f7378a4f56f530eef69eb0810387776e40 [file] [log] [blame]
# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if SOC_EMSDP_EM4
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 50000000
config CPU_EM4
default y
config ARC_MPU_VER
default 2
config RGF_NUM_BANKS
default 2
config HARVARD
default y
config ARC_FIRQ
default y
config CACHE_MANAGEMENT
default n
config FP_FPU_DA
default n
config MAIN_STACK_SIZE
default 2048
config IDLE_STACK_SIZE
default 2048
config ZTEST_STACK_SIZE
default 2048
depends on ZTEST
config NUM_IRQS
default 113
endif # SOC_EMSDP_EM4