Files
zephyr/soc/andes/ae350/Kconfig.defconfig.ae350
Jamie McCrae ef82a8255c soc: ae350: Port to HWMv2
Ports the ae350 SoC configuration to hardware model version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:49:58 +01:00

26 lines
426 B
Plaintext

# Copyright (c) 2021 Andes Technology Corporation
# SPDX-License-Identifier: Apache-2.0
if SOC_ANDES_AE350
config SYS_CLOCK_TICKS_PER_SEC
default 100 if (!ICACHE || XIP)
config MAIN_STACK_SIZE
default 2048
config IDLE_STACK_SIZE
default 1536
config PRIVILEGED_STACK_SIZE
default 2048 if 64BIT
config TEST_EXTRA_STACK_SIZE
default 2048 if 64BIT
config MP_MAX_NUM_CPUS
default 1
range 1 8
endif # SOC_ANDES_AE350