]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/iommu/Kconfig
msm: iommu: move to drivers/iommu/
[mirror_ubuntu-zesty-kernel.git] / drivers / iommu / Kconfig
CommitLineData
ab493a0f
OBC
1# IOMMU_API always gets selected by whoever wants it.
2config IOMMU_API
3 bool
b10f127e
OBC
4
5# MSM IOMMU support
6config MSM_IOMMU
7 bool "MSM IOMMU Support"
8 depends on ARCH_MSM8X60 || ARCH_MSM8960
9 select IOMMU_API
10 help
11 Support for the IOMMUs found on certain Qualcomm SOCs.
12 These IOMMUs allow virtualization of the address space used by most
13 cores within the multimedia subsystem.
14
15 If unsure, say N here.
16
17config IOMMU_PGTABLES_L2
18 def_bool y
19 depends on MSM_IOMMU && MMU && SMP && CPU_DCACHE_DISABLE=n