Kconfig 502 B

12345678910111213141516171819
  1. # IOMMU_API always gets selected by whoever wants it.
  2. config IOMMU_API
  3. bool
  4. # MSM IOMMU support
  5. config MSM_IOMMU
  6. bool "MSM IOMMU Support"
  7. depends on ARCH_MSM8X60 || ARCH_MSM8960
  8. select IOMMU_API
  9. help
  10. Support for the IOMMUs found on certain Qualcomm SOCs.
  11. These IOMMUs allow virtualization of the address space used by most
  12. cores within the multimedia subsystem.
  13. If unsure, say N here.
  14. config IOMMU_PGTABLES_L2
  15. def_bool y
  16. depends on MSM_IOMMU && MMU && SMP && CPU_DCACHE_DISABLE=n