You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
319 B
17 lines
319 B
# Copyright (c) 2021-2024 Intel Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
if SOC_AGILEX |
|
|
|
# must be >= the highest interrupt number used |
|
# - include the UART interrupts 173 or 204 |
|
config NUM_IRQS |
|
default 205 |
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC |
|
default 25000000 |
|
|
|
config KERNEL_VM_SIZE |
|
default 0x180000 |
|
|
|
endif
|
|
|