1# Copyright (c) 2021 Andes Technology Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_RISCV_ANDES_AE350 5 6config SOC 7 default "ae350" 8 9config SYS_CLOCK_TICKS_PER_SEC 10 default 100 if !CACHE_ENABLE 11 12config MAIN_STACK_SIZE 13 default 2048 14 15config IDLE_STACK_SIZE 16 default 1536 17 18config TEST_EXTRA_STACKSIZE 19 default 1024 20 21endif # SOC_RISCV_ANDES_AE350 22