1# Copyright (C) 2023-2024, Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5if SOC_SERIES_NIOSV
6
7config SYS_CLOCK_HW_CYCLES_PER_SEC
8	default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency)
9
10config NUM_IRQS # Platform interrupts IRQs index start from index 16
11	default 32
12
13config RISCV_SOC_INTERRUPT_INIT
14	default y
15
16endif # SOC_SERIES_NIOSV
17