msm: iommu: move to drivers/iommu/
[linux-2.6-block.git] / drivers / iommu / Kconfig
1 # IOMMU_API always gets selected by whoever wants it.
2 config IOMMU_API
3         bool
4
5 # MSM IOMMU support
6 config 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
17 config IOMMU_PGTABLES_L2
18         def_bool y
19         depends on MSM_IOMMU && MMU && SMP && CPU_DCACHE_DISABLE=n