1# Copyright (c) 2020-2021 Microchip Technology Inc 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_SERIES_POLARFIRE 5 6rsource "Kconfig.defconfig.polarfire*" 7 8# MPFS should be configured so that the mtimer clock is 1MHz independent of the CPU clock... 9 10config SYS_CLOCK_HW_CYCLES_PER_SEC 11 default 1000000 12 13config RISCV_SOC_INTERRUPT_INIT 14 default y 15 16config 2ND_LVL_ISR_TBL_OFFSET 17 default 13 18 19config 2ND_LVL_INTR_00_OFFSET 20 default 11 21 22config MAX_IRQ_PER_AGGREGATOR 23 default 186 24 25config NUM_IRQS 26 default 186 27 28endif # SOC_SERIES_POLARFIRE 29