diff options
Diffstat (limited to 'hw/intc/Kconfig')
| -rw-r--r-- | hw/intc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig index ecd2883ceb..21441d0a0c 100644 --- a/hw/intc/Kconfig +++ b/hw/intc/Kconfig @@ -72,12 +72,15 @@ config RISCV_ACLINT config RISCV_APLIC bool + select MSI_NONBROKEN config RISCV_IMSIC bool + select MSI_NONBROKEN config SIFIVE_PLIC bool + select MSI_NONBROKEN config GOLDFISH_PIC bool |