From dc5cf9cb1c0df8d2ed22750a0e070026db5714f6 Mon Sep 17 00:00:00 2001 From: Conor Paxton Date: Mon, 4 Dec 2023 19:10:36 +0000 Subject: [PATCH] soc: mpfs: describe the correct amount of irqs available. Microchip's PolarFire SoC (MPFS) has 186 available interrupts. Fix the Kconfig symbols. While we're at at: remove commented out code Signed-off-by: Conor Paxton --- soc/riscv/riscv-privileged/mpfs/Kconfig.defconfig.series | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/soc/riscv/riscv-privileged/mpfs/Kconfig.defconfig.series b/soc/riscv/riscv-privileged/mpfs/Kconfig.defconfig.series index fb9f6d2d3af..12f9dcaa992 100644 --- a/soc/riscv/riscv-privileged/mpfs/Kconfig.defconfig.series +++ b/soc/riscv/riscv-privileged/mpfs/Kconfig.defconfig.series @@ -30,12 +30,9 @@ config 2ND_LVL_INTR_00_OFFSET default 11 config MAX_IRQ_PER_AGGREGATOR - default 30 + default 186 config NUM_IRQS - default 187 - -# config NO_OPTIMIZATIONS -# default y + default 186 endif # SOC_SERIES_RISCV64_MIV