blob: 1ff59bf69dc5661e87526fd5ae76c4773d76d0b2 [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 || XIP)
config MAIN_STACK_SIZE
default 2048
config IDLE_STACK_SIZE
default 1536
config TEST_EXTRA_STACK_SIZE
default 1024
config MP_MAX_NUM_CPUS
default 1
range 1 8
endif # SOC_RISCV_ANDES_AE350