mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
hw/intc: Select MSI_NONBROKEN in RISC-V AIA interrupt controllers
hw/pci/Kconfig says MSI_NONBROKEN should be selected by interrupt controllers regardless of how MSI is implemented. msi_nonbroken is initialized to true in both riscv_aplic_realize() and riscv_imsic_realize(). Select MSI_NONBROKEN in RISCV_APLIC and RISCV_IMSIC. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221211030829.802437-2-bmeng@tinylab.org> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
8d8a54bf4c
commit
a28c94e001
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue