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_EM5D
|
|
|
|
|
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
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config ARC_MPU_VER
|
|
|
|
default 2
|
|
|
|
|
|
|
|
config RGF_NUM_BANKS
|
|
|
|
default 2
|
|
|
|
|
|
|
|
config HARVARD
|
|
|
|
default y
|
|
|
|
|
|
|
|
config ARC_FIRQ
|
|
|
|
default y
|
|
|
|
|
|
|
|
config CACHE_FLUSHING
|
|
|
|
default n
|
|
|
|
|
|
|
|
config FP_FPU_DA
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config MAIN_STACK_SIZE
|
|
|
|
default 2048
|
|
|
|
|
|
|
|
config IDLE_STACK_SIZE
|
|
|
|
default 2048
|
|
|
|
|
|
|
|
if ZTEST
|
|
|
|
|
|
|
|
config ZTEST_STACKSIZE
|
|
|
|
default 2048
|
|
|
|
|
|
|
|
endif # ZTEST
|
|
|
|
|
|
|
|
endif #SOC_EMSDP_EM5D
|