blob: 4d859d24e4edccfa2e20cf9a9a8b4cef953dd645 [file] [log] [blame]
# Copyright (C) 2023-2024, Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_NIOSV
config SYS_CLOCK_HW_CYCLES_PER_SEC
default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency)
config NUM_IRQS # Platform interrupts IRQs index start from index 16
default 32
config RISCV_GP
default y
config RISCV_SOC_INTERRUPT_INIT
default y
endif # SOC_SERIES_NIOSV