Commit c70d20b2 authored by Jason Gunthorpe's avatar Jason Gunthorpe Committed by Joerg Roedel
Browse files

iommu/riscv: Add missing GENERIC_MSI_IRQ



The commit below added MSI related calls to the driver that depends on
GENERIC_MSI_IRQ. It is possible to build RISC-V without this selected.

This is also necessary to make the driver COMPILE_TEST.

Fixes: d5f88acd ("iommu/riscv: Add support for platform msi")
Tested-by: default avatarVincent Chen <vincent.chen@sifive.com>
Tested-by: default avatarTomasz Jeznach <tjeznach@rivosinc.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent 69541898
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
config RISCV_IOMMU
	bool "RISC-V IOMMU Support"
	depends on RISCV && 64BIT
	depends on GENERIC_MSI_IRQ
	default y
	select IOMMU_API
	select GENERIC_PT