Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: d5f88acdd6ff ("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>

authored by

Jason Gunthorpe and committed by
Joerg Roedel
c70d20b2 69541898

+1
+1
drivers/iommu/riscv/Kconfig
··· 4 4 config RISCV_IOMMU 5 5 bool "RISC-V IOMMU Support" 6 6 depends on RISCV && 64BIT 7 + depends on GENERIC_MSI_IRQ 7 8 default y 8 9 select IOMMU_API 9 10 select GENERIC_PT