Kconfig 620 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. # RISC-V IOMMU support
  3. config RISCV_IOMMU
  4. bool "RISC-V IOMMU Support"
  5. depends on RISCV && 64BIT
  6. default y
  7. select IOMMU_API
  8. help
  9. Support for implementations of the RISC-V IOMMU architecture that
  10. complements the RISC-V MMU capabilities, providing similar address
  11. translation and protection functions for accesses from I/O devices.
  12. Say Y here if your SoC includes an IOMMU device implementing
  13. the RISC-V IOMMU architecture.
  14. config RISCV_IOMMU_PCI
  15. def_bool y if RISCV_IOMMU && PCI_MSI
  16. help
  17. Support for the PCIe implementation of RISC-V IOMMU architecture.