blob: 01068987809dc60e85d5839a2fb4f630212d3de4 [file] [log] [blame]
Ohad Ben-Cohenab493a02011-06-02 02:48:05 +03001# IOMMU_API always gets selected by whoever wants it.
2config IOMMU_API
3 bool
Ohad Ben-Cohenb10f1272011-06-02 03:20:08 +03004
Joerg Roedel68255b62011-06-14 15:51:54 +02005menuconfig IOMMU_SUPPORT
6 bool "IOMMU Hardware Support"
7 default y
8 ---help---
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
12 system.
13
14if IOMMU_SUPPORT
15
Hiroshi Doyu4e0ee782012-06-25 14:23:54 +030016config OF_IOMMU
17 def_bool y
18 depends on OF
19
Ohad Ben-Cohenb10f1272011-06-02 03:20:08 +030020# MSM IOMMU support
21config MSM_IOMMU
22 bool "MSM IOMMU Support"
23 depends on ARCH_MSM8X60 || ARCH_MSM8960
24 select IOMMU_API
25 help
26 Support for the IOMMUs found on certain Qualcomm SOCs.
27 These IOMMUs allow virtualization of the address space used by most
28 cores within the multimedia subsystem.
29
30 If unsure, say N here.
31
32config IOMMU_PGTABLES_L2
33 def_bool y
34 depends on MSM_IOMMU && MMU && SMP && CPU_DCACHE_DISABLE=n
Ohad Ben-Cohen29b68412011-06-05 18:22:18 +030035
36# AMD IOMMU support
37config AMD_IOMMU
38 bool "AMD IOMMU support"
39 select SWIOTLB
40 select PCI_MSI
Joerg Roedel52815b72011-11-17 17:24:28 +010041 select PCI_ATS
42 select PCI_PRI
43 select PCI_PASID
Ohad Ben-Cohen29b68412011-06-05 18:22:18 +030044 select IOMMU_API
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +020045 depends on X86_64 && PCI && ACPI && X86_IO_APIC
Ohad Ben-Cohen29b68412011-06-05 18:22:18 +030046 ---help---
47 With this option you can enable support for AMD IOMMU hardware in
48 your system. An IOMMU is a hardware component which provides
49 remapping of DMA memory accesses from devices. With an AMD IOMMU you
Masanari Iida59bf8962012-04-18 00:01:21 +090050 can isolate the DMA memory of different devices and protect the
Ohad Ben-Cohen29b68412011-06-05 18:22:18 +030051 system from misbehaving device drivers or hardware.
52
53 You can find out if your system has an AMD IOMMU if you look into
54 your BIOS for an option to enable it or if you have an IVRS ACPI
55 table.
56
57config AMD_IOMMU_STATS
58 bool "Export AMD IOMMU statistics to debugfs"
59 depends on AMD_IOMMU
60 select DEBUG_FS
61 ---help---
62 This option enables code in the AMD IOMMU driver to collect various
63 statistics about whats happening in the driver and exports that
64 information to userspace via debugfs.
65 If unsure, say N.
Ohad Ben-Cohen166e9272011-06-10 21:42:27 +030066
Joerg Roedele3c495c2011-11-09 12:31:15 +010067config AMD_IOMMU_V2
Kees Cooka446e212013-01-16 18:53:39 -080068 tristate "AMD IOMMU Version 2 driver"
69 depends on AMD_IOMMU && PROFILING
Joerg Roedel8736b2c2011-11-24 16:21:52 +010070 select MMU_NOTIFIER
Joerg Roedele3c495c2011-11-09 12:31:15 +010071 ---help---
72 This option enables support for the AMD IOMMUv2 features of the IOMMU
73 hardware. Select this option if you want to use devices that support
Masanari Iida59bf8962012-04-18 00:01:21 +090074 the PCI PRI and PASID interface.
Joerg Roedele3c495c2011-11-09 12:31:15 +010075
Ohad Ben-Cohen166e9272011-06-10 21:42:27 +030076# Intel IOMMU support
Suresh Siddhad3f13812011-08-23 17:05:25 -070077config DMAR_TABLE
78 bool
79
80config INTEL_IOMMU
81 bool "Support for Intel IOMMU using DMA Remapping Devices"
Ohad Ben-Cohen166e9272011-06-10 21:42:27 +030082 depends on PCI_MSI && ACPI && (X86 || IA64_GENERIC)
83 select IOMMU_API
Suresh Siddhad3f13812011-08-23 17:05:25 -070084 select DMAR_TABLE
Ohad Ben-Cohen166e9272011-06-10 21:42:27 +030085 help
86 DMA remapping (DMAR) devices support enables independent address
87 translations for Direct Memory Access (DMA) from devices.
88 These DMA remapping devices are reported via ACPI tables
89 and include PCI device scope covered by these DMA
90 remapping devices.
91
Suresh Siddhad3f13812011-08-23 17:05:25 -070092config INTEL_IOMMU_DEFAULT_ON
Ohad Ben-Cohen166e9272011-06-10 21:42:27 +030093 def_bool y
Suresh Siddhad3f13812011-08-23 17:05:25 -070094 prompt "Enable Intel DMA Remapping Devices by default"
95 depends on INTEL_IOMMU
Ohad Ben-Cohen166e9272011-06-10 21:42:27 +030096 help
97 Selecting this option will enable a DMAR device at boot time if
98 one is found. If this option is not selected, DMAR support can
99 be enabled by passing intel_iommu=on to the kernel.
100
Suresh Siddhad3f13812011-08-23 17:05:25 -0700101config INTEL_IOMMU_BROKEN_GFX_WA
Ohad Ben-Cohen166e9272011-06-10 21:42:27 +0300102 bool "Workaround broken graphics drivers (going away soon)"
Suresh Siddhad3f13812011-08-23 17:05:25 -0700103 depends on INTEL_IOMMU && BROKEN && X86
Ohad Ben-Cohen166e9272011-06-10 21:42:27 +0300104 ---help---
105 Current Graphics drivers tend to use physical address
106 for DMA and avoid using DMA APIs. Setting this config
107 option permits the IOMMU driver to set a unity map for
108 all the OS-visible memory. Hence the driver can continue
109 to use physical addresses for DMA, at least until this
110 option is removed in the 2.6.32 kernel.
111
Suresh Siddhad3f13812011-08-23 17:05:25 -0700112config INTEL_IOMMU_FLOPPY_WA
Ohad Ben-Cohen166e9272011-06-10 21:42:27 +0300113 def_bool y
Suresh Siddhad3f13812011-08-23 17:05:25 -0700114 depends on INTEL_IOMMU && X86
Ohad Ben-Cohen166e9272011-06-10 21:42:27 +0300115 ---help---
116 Floppy disk drivers are known to bypass DMA API calls
117 thereby failing to work when IOMMU is enabled. This
118 workaround will setup a 1:1 mapping for the first
119 16MiB to make floppy (an ISA device) work.
120
Suresh Siddhad3f13812011-08-23 17:05:25 -0700121config IRQ_REMAP
Kees Cooka446e212013-01-16 18:53:39 -0800122 bool "Support for Interrupt Remapping"
123 depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI
Suresh Siddhad3f13812011-08-23 17:05:25 -0700124 select DMAR_TABLE
Ohad Ben-Cohen166e9272011-06-10 21:42:27 +0300125 ---help---
126 Supports Interrupt remapping for IO-APIC and MSI devices.
127 To use x2apic mode in the CPU's which support x2APIC enhancements or
128 to support platforms with CPU's having > 8 bit APIC ID, say Y.
Joerg Roedel68255b62011-06-14 15:51:54 +0200129
Ohad Ben-Cohenfcf3a6e2011-08-15 23:21:41 +0300130# OMAP IOMMU support
131config OMAP_IOMMU
132 bool "OMAP IOMMU Support"
Ohad Ben-Cohen024ae882011-08-29 07:57:44 +0300133 depends on ARCH_OMAP
Ohad Ben-Cohenfcf3a6e2011-08-15 23:21:41 +0300134 select IOMMU_API
135
136config OMAP_IOVMM
Joerg Roedel7b6d45f2011-09-14 16:03:45 +0200137 tristate "OMAP IO Virtual Memory Manager Support"
138 depends on OMAP_IOMMU
Ohad Ben-Cohenfcf3a6e2011-08-15 23:21:41 +0300139
140config OMAP_IOMMU_DEBUG
141 tristate "Export OMAP IOMMU/IOVMM internals in DebugFS"
142 depends on OMAP_IOVMM && DEBUG_FS
143 help
144 Select this to see extensive information about
145 the internal state of OMAP IOMMU/IOVMM in debugfs.
146
147 Say N unless you know you need this.
148
Hiroshi DOYUd53e54b2011-11-16 17:36:37 +0200149config TEGRA_IOMMU_GART
150 bool "Tegra GART IOMMU Support"
151 depends on ARCH_TEGRA_2x_SOC
152 select IOMMU_API
153 help
154 Enables support for remapping discontiguous physical memory
155 shared with the operating system into contiguous I/O virtual
156 space through the GART (Graphics Address Relocation Table)
157 hardware included on Tegra SoCs.
158
Hiroshi DOYU7a31f6f2011-11-17 07:31:31 +0200159config TEGRA_IOMMU_SMMU
160 bool "Tegra SMMU IOMMU Support"
Hiroshi Doyu0760e8f2012-06-25 14:23:55 +0300161 depends on ARCH_TEGRA_3x_SOC && TEGRA_AHB
Hiroshi DOYU7a31f6f2011-11-17 07:31:31 +0200162 select IOMMU_API
163 help
164 Enables support for remapping discontiguous physical memory
165 shared with the operating system into contiguous I/O virtual
166 space through the SMMU (System Memory Management Unit)
167 hardware included on Tegra SoCs.
168
KyongHo Cho2a965362012-05-12 05:56:09 +0900169config EXYNOS_IOMMU
170 bool "Exynos IOMMU Support"
171 depends on ARCH_EXYNOS && EXYNOS_DEV_SYSMMU
172 select IOMMU_API
173 help
174 Support for the IOMMU(System MMU) of Samsung Exynos application
175 processor family. This enables H/W multimedia accellerators to see
176 non-linear physical memory chunks as a linear memory in their
177 address spaces
178
179 If unsure, say N here.
180
181config EXYNOS_IOMMU_DEBUG
182 bool "Debugging log for Exynos IOMMU"
183 depends on EXYNOS_IOMMU
184 help
185 Select this to see the detailed log message that shows what
186 happens in the IOMMU driver
187
188 Say N unless you need kernel log message for IOMMU debugging
189
Joerg Roedel68255b62011-06-14 15:51:54 +0200190endif # IOMMU_SUPPORT