2019-06-20 15:04:33 +08:00
|
|
|
# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if SOC_EMSDP_EM9D
|
|
|
|
|
2019-08-05 14:50:16 +08:00
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
|
|
default 40000000
|
|
|
|
|
2019-06-20 15:04:33 +08:00
|
|
|
config CPU_EM4_FPUDA
|
2019-10-25 11:00:41 +08:00
|
|
|
default y
|
2019-06-20 15:04:33 +08:00
|
|
|
|
|
|
|
config ARC_MPU_VER
|
|
|
|
default 2
|
|
|
|
|
|
|
|
config RGF_NUM_BANKS
|
|
|
|
default 2
|
|
|
|
|
|
|
|
config HARVARD
|
|
|
|
default y
|
|
|
|
|
|
|
|
config ARC_FIRQ
|
|
|
|
default y
|
|
|
|
|
2020-12-03 17:49:00 +08:00
|
|
|
config CACHE_MANAGEMENT
|
2019-06-20 15:04:33 +08:00
|
|
|
default n
|
|
|
|
|
|
|
|
config FP_FPU_DA
|
2019-10-25 12:25:49 +08:00
|
|
|
default y
|
2019-06-20 15:04:33 +08:00
|
|
|
|
|
|
|
config MAIN_STACK_SIZE
|
|
|
|
default 2048
|
|
|
|
|
|
|
|
config IDLE_STACK_SIZE
|
|
|
|
default 2048
|
|
|
|
|
|
|
|
config ZTEST_STACKSIZE
|
|
|
|
default 2048
|
2020-02-10 11:18:50 +08:00
|
|
|
depends on ZTEST
|
2019-06-20 15:04:33 +08:00
|
|
|
|
2020-05-13 14:40:14 +08:00
|
|
|
config NUM_IRQS
|
|
|
|
default 111
|
|
|
|
|
2019-11-01 17:24:07 +08:00
|
|
|
endif # SOC_EMSDP_EM9D
|