soc/riscv/opentitan: Kconfig.defconfig.series: Set NUM_IRQS to 256

The OpenTitan PLIC has support for up to 255 interrupt vectors, so
set it to that. Previously was set to number of IRQs used.

Signed-off-by: Tyler Ng <tkng@rivosinc.com>
This commit is contained in:
Tyler Ng 2024-01-19 08:48:41 -08:00 committed by David Leach
parent dc90d6ccff
commit 432f4a0b9a

View file

@ -22,6 +22,6 @@ config 2ND_LVL_INTR_00_OFFSET
default 11
config NUM_IRQS
default 217
default 256
endif # SOC_OPENTITAN