1 # IOMMU_API always gets selected by whoever wants it.
5 menuconfig IOMMU_SUPPORT
6 bool "IOMMU Hardware Support"
9 Say Y here if you want to compile device drivers for IO Memory
10 Management Units into the kernel. These devices usually allow to
11 remap DMA requests and/or remap interrupts from other devices on the
18 bool "MSM IOMMU Support"
19 depends on ARCH_MSM8X60 || ARCH_MSM8960
22 Support for the IOMMUs found on certain Qualcomm SOCs.
23 These IOMMUs allow virtualization of the address space used by most
24 cores within the multimedia subsystem.
26 If unsure, say N here.
28 config IOMMU_PGTABLES_L2
30 depends on MSM_IOMMU && MMU && SMP && CPU_DCACHE_DISABLE=n
34 bool "AMD IOMMU support"
41 depends on X86_64 && PCI && ACPI
43 With this option you can enable support for AMD IOMMU hardware in
44 your system. An IOMMU is a hardware component which provides
45 remapping of DMA memory accesses from devices. With an AMD IOMMU you
46 can isolate the DMA memory of different devices and protect the
47 system from misbehaving device drivers or hardware.
49 You can find out if your system has an AMD IOMMU if you look into
50 your BIOS for an option to enable it or if you have an IVRS ACPI
53 config AMD_IOMMU_STATS
54 bool "Export AMD IOMMU statistics to debugfs"
58 This option enables code in the AMD IOMMU driver to collect various
59 statistics about whats happening in the driver and exports that
60 information to userspace via debugfs.
64 tristate "AMD IOMMU Version 2 driver (EXPERIMENTAL)"
65 depends on AMD_IOMMU && PROFILING && EXPERIMENTAL
68 This option enables support for the AMD IOMMUv2 features of the IOMMU
69 hardware. Select this option if you want to use devices that support
70 the PCI PRI and PASID interface.
77 bool "Support for Intel IOMMU using DMA Remapping Devices"
78 depends on PCI_MSI && ACPI && (X86 || IA64_GENERIC)
82 DMA remapping (DMAR) devices support enables independent address
83 translations for Direct Memory Access (DMA) from devices.
84 These DMA remapping devices are reported via ACPI tables
85 and include PCI device scope covered by these DMA
88 config INTEL_IOMMU_DEFAULT_ON
90 prompt "Enable Intel DMA Remapping Devices by default"
91 depends on INTEL_IOMMU
93 Selecting this option will enable a DMAR device at boot time if
94 one is found. If this option is not selected, DMAR support can
95 be enabled by passing intel_iommu=on to the kernel.
97 config INTEL_IOMMU_BROKEN_GFX_WA
98 bool "Workaround broken graphics drivers (going away soon)"
99 depends on INTEL_IOMMU && BROKEN && X86
101 Current Graphics drivers tend to use physical address
102 for DMA and avoid using DMA APIs. Setting this config
103 option permits the IOMMU driver to set a unity map for
104 all the OS-visible memory. Hence the driver can continue
105 to use physical addresses for DMA, at least until this
106 option is removed in the 2.6.32 kernel.
108 config INTEL_IOMMU_FLOPPY_WA
110 depends on INTEL_IOMMU && X86
112 Floppy disk drivers are known to bypass DMA API calls
113 thereby failing to work when IOMMU is enabled. This
114 workaround will setup a 1:1 mapping for the first
115 16MiB to make floppy (an ISA device) work.
118 bool "Support for Interrupt Remapping (EXPERIMENTAL)"
119 depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI && EXPERIMENTAL
122 Supports Interrupt remapping for IO-APIC and MSI devices.
123 To use x2apic mode in the CPU's which support x2APIC enhancements or
124 to support platforms with CPU's having > 8 bit APIC ID, say Y.
128 bool "OMAP IOMMU Support"
133 tristate "OMAP IO Virtual Memory Manager Support"
134 depends on OMAP_IOMMU
136 config OMAP_IOMMU_DEBUG
137 tristate "Export OMAP IOMMU/IOVMM internals in DebugFS"
138 depends on OMAP_IOVMM && DEBUG_FS
140 Select this to see extensive information about
141 the internal state of OMAP IOMMU/IOVMM in debugfs.
143 Say N unless you know you need this.
145 config TEGRA_IOMMU_GART
146 bool "Tegra GART IOMMU Support"
147 depends on ARCH_TEGRA_2x_SOC
150 Enables support for remapping discontiguous physical memory
151 shared with the operating system into contiguous I/O virtual
152 space through the GART (Graphics Address Relocation Table)
153 hardware included on Tegra SoCs.
155 config TEGRA_IOMMU_SMMU
156 bool "Tegra SMMU IOMMU Support"
157 depends on ARCH_TEGRA_3x_SOC
160 Enables support for remapping discontiguous physical memory
161 shared with the operating system into contiguous I/O virtual
162 space through the SMMU (System Memory Management Unit)
163 hardware included on Tegra SoCs.
166 bool "Exynos IOMMU Support"
167 depends on ARCH_EXYNOS && EXYNOS_DEV_SYSMMU
170 Support for the IOMMU(System MMU) of Samsung Exynos application
171 processor family. This enables H/W multimedia accellerators to see
172 non-linear physical memory chunks as a linear memory in their
175 If unsure, say N here.
177 config EXYNOS_IOMMU_DEBUG
178 bool "Debugging log for Exynos IOMMU"
179 depends on EXYNOS_IOMMU
181 Select this to see the detailed log message that shows what
182 happens in the IOMMU driver
184 Say N unless you need kernel log message for IOMMU debugging
186 endif # IOMMU_SUPPORT