zephyr/soc/snps/qemu_arc/Kconfig.defconfig
Jamie McCrae 2f800cea8f soc: Remove re-defining some defined types
Removes re-defining some Kconfigs that are already defined
e.g. in arch

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-11-18 07:41:23 -05:00

29 lines
511 B
Plaintext

# Copyright (c) 2020 Synopsys, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if SOC_QEMU_ARC
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 10000000
config RGF_NUM_BANKS
default 1
config ARC_FIRQ
default n
config NUM_IRQ_PRIO_LEVELS
default 15
config NUM_IRQS
default 26
# Technically ARC HS supports MPUv3, but not v2. But given MPUv3
# is the same as v2 but with minimal region size of 32 bytes, we
# may assume MPUv3 is just a subset of MPUv2.
config ARC_MPU_VER
default 2
endif