diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/intc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig index 1d4573e..21441d0 100644 --- a/hw/intc/Kconfig +++ b/hw/intc/Kconfig @@ -72,9 +72,11 @@ config RISCV_ACLINT config RISCV_APLIC bool + select MSI_NONBROKEN config RISCV_IMSIC bool + select MSI_NONBROKEN config SIFIVE_PLIC bool |