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:
parent
dc90d6ccff
commit
432f4a0b9a
|
@ -22,6 +22,6 @@ config 2ND_LVL_INTR_00_OFFSET
|
|||
default 11
|
||||
|
||||
config NUM_IRQS
|
||||
default 217
|
||||
default 256
|
||||
|
||||
endif # SOC_OPENTITAN
|
||||
|
|
Loading…
Reference in a new issue