zephyr/soc/arc/snps_nsim/Kconfig.defconfig.hs6x_smp
Kumar Gala 6393a7ce5c smp: Kconfig: Move to using MP_MAX_NUM_CPUS
Continue to phase out MP_NUM_CPUS, change Kconfig to be
MP_MAX_NUM_CPUS and make MP_MAX_NUM_CPUS the main Kconfig symbol.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2022-10-20 22:04:10 +09:00

31 lines
558 B
Plaintext

# Copyright (c) 2021 Synopsys, Inc.
# SPDX-License-Identifier: Apache-2.0
if SOC_NSIM_HS6X_SMP
config CPU_HS6X
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
# SMP simulation is slower than single core, 1 Mhz seems reasonable match with wallclock
default 1000000
config CACHE_MANAGEMENT
default y
config ARC_CONNECT
default y
config MP_MAX_NUM_CPUS
default 2
endif # SOC_NSIM_HS6X_SMP