34 lines
422 B
Plaintext
34 lines
422 B
Plaintext
#
|
|
# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if SOC_EMSDP_EM7D_ESP
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 50000000
|
|
|
|
config CPU_EM4_FPUDA
|
|
def_bool y
|
|
|
|
config ARC_MPU_VER
|
|
default 3
|
|
|
|
config RGF_NUM_BANKS
|
|
default 1
|
|
|
|
config HARVARD
|
|
default y
|
|
|
|
config ARC_FIRQ
|
|
default n
|
|
|
|
config CACHE_FLUSHING
|
|
default y
|
|
|
|
config FP_FPU_DA
|
|
def_bool y
|
|
|
|
endif #SOC_EMSDP_EM7D_ESP
|