Removes re-defining some Kconfigs that are already defined e.g. in arch Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
17 lines
320 B
Plaintext
17 lines
320 B
Plaintext
# Copyright (c) 2022-2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_AGILEX5
|
|
|
|
# must be >= the highest interrupt number used
|
|
# - include the UART interrupts 173 or 274
|
|
config NUM_IRQS
|
|
default 274
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 400000000
|
|
|
|
config KERNEL_VM_SIZE
|
|
default 0x400000
|
|
endif
|