Skip to content

Commit bdd288b

Browse files
jgunthorpegregkh
authored andcommitted
iommu/riscv: Add missing GENERIC_MSI_IRQ
[ Upstream commit c70d20b ] 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: d5f88ac ("iommu/riscv: Add support for platform msi") Tested-by: Vincent Chen <vincent.chen@sifive.com> Tested-by: Tomasz Jeznach <tjeznach@rivosinc.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 6dd182e commit bdd288b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/iommu/riscv/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
config RISCV_IOMMU
55
bool "RISC-V IOMMU Support"
66
depends on RISCV && 64BIT
7+
depends on GENERIC_MSI_IRQ
78
default y
89
select IOMMU_API
910
help

0 commit comments

Comments
 (0)