Ohad Ben-Cohen | ab493a0 | 2011-06-02 02:48:05 +0300 | [diff] [blame] | 1 | # IOMMU_API always gets selected by whoever wants it. |
| 2 | config IOMMU_API |
| 3 | bool |
Ohad Ben-Cohen | b10f127 | 2011-06-02 03:20:08 +0300 | [diff] [blame^] | 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 |