zephyr/soc/snps/nsim/Kconfig.defconfig.hs5x
Jamie McCrae f103c82c31 boards/socs: Rename folders to have proper vendor prefix in
Replaces inaccurate or wrong vendor prefixes in board and soc
folder names with those from thr vendor prefix file

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-22 00:56:51 +01:00

24 lines
394 B
Plaintext

# Copyright (c) 2022 Synopsys, Inc.
# SPDX-License-Identifier: Apache-2.0
if SOC_NSIM_HS5X
config CPU_HS5X
default y
config NUM_IRQ_PRIO_LEVELS
# This processor supports 16 priority levels:
default 2
config NUM_IRQS
# must be > the highest interrupt number used
default 30
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 5000000
config CACHE_MANAGEMENT
default y
endif # SOC_NSIM_HS5X