Skip to content

Commit c70d20b

Browse files
jgunthorpejoergroedel
authored andcommitted
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: 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>
1 parent 6954189 commit c70d20b

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
select GENERIC_PT

0 commit comments

Comments
 (0)