blob: b77d51746f713cce3779104e6494b8cffac73e7e [file] [log] [blame]
# Copyright (c) 2021 Andes Technology Corporation
# SPDX-License-Identifier: Apache-2.0
if SOC_RISCV_ANDES_AE350
config SOC
default "ae350"
config SYS_CLOCK_TICKS_PER_SEC
default 100 if !CACHE_ENABLE
config MAIN_STACK_SIZE
default 2048
config IDLE_STACK_SIZE
default 1536
config TEST_EXTRA_STACK_SIZE
default 1024
endif # SOC_RISCV_ANDES_AE350