blob: 532a67959d2c3c99b1dae5ad73b13a36d3c81ed4 [file] [log] [blame]
# Copyright (C) 2023, Intel Corporation
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_NIOSV
config SOC_SERIES
default "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_HAS_CPU_IDLE
default y
config RISCV_GP
default y
config RISCV_SOC_INTERRUPT_INIT
default y
endif # SOC_SERIES_NIOSV