Kconfig 10.3 KB
Newer Older
1 2 3
# IOMMU_API always gets selected by whoever wants it.
config IOMMU_API
	bool
4

5 6
menuconfig IOMMU_SUPPORT
	bool "IOMMU Hardware Support"
A
Arnd Bergmann 已提交
7
	depends on MMU
8 9 10 11 12 13 14 15 16
	default y
	---help---
	  Say Y here if you want to compile device drivers for IO Memory
	  Management Units into the kernel. These devices usually allow to
	  remap DMA requests and/or remap interrupts from other devices on the
	  system.

if IOMMU_SUPPORT

17 18 19 20 21 22
menu "Generic IOMMU Pagetable Support"

# Selected by the actual pagetable implementations
config IOMMU_IO_PGTABLE
	bool

23 24 25
config IOMMU_IO_PGTABLE_LPAE
	bool "ARMv7/v8 Long Descriptor Format"
	select IOMMU_IO_PGTABLE
26
	depends on HAS_DMA && (ARM || ARM64 || COMPILE_TEST)
27 28 29 30 31 32
	help
	  Enable support for the ARM long descriptor pagetable format.
	  This allocator supports 4K/2M/1G, 16K/32M and 64K/512M page
	  sizes at both stage-1 and stage-2, as well as address spaces
	  up to 48-bits in size.

33 34 35 36 37 38 39 40 41
config IOMMU_IO_PGTABLE_LPAE_SELFTEST
	bool "LPAE selftests"
	depends on IOMMU_IO_PGTABLE_LPAE
	help
	  Enable self-tests for LPAE page table allocator. This performs
	  a series of page-table consistency checks during boot.

	  If unsure, say N here.

42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
config IOMMU_IO_PGTABLE_ARMV7S
	bool "ARMv7/v8 Short Descriptor Format"
	select IOMMU_IO_PGTABLE
	depends on HAS_DMA && (ARM || ARM64 || COMPILE_TEST)
	help
	  Enable support for the ARM Short-descriptor pagetable format.
	  This supports 32-bit virtual and physical addresses mapped using
	  2-level tables with 4KB pages/1MB sections, and contiguous entries
	  for 64KB pages/16MB supersections if indicated by the IOMMU driver.

config IOMMU_IO_PGTABLE_ARMV7S_SELFTEST
	bool "ARMv7s selftests"
	depends on IOMMU_IO_PGTABLE_ARMV7S
	help
	  Enable self-tests for ARMv7s page table allocator. This performs
	  a series of page-table consistency checks during boot.

	  If unsure, say N here.

61 62
endmenu

63
config IOMMU_IOVA
64
	tristate
65

66 67
config OF_IOMMU
       def_bool y
68
       depends on OF && IOMMU_API
69

70 71 72 73 74
# IOMMU-agnostic DMA-mapping layer
config IOMMU_DMA
	bool
	select IOMMU_API
	select IOMMU_IOVA
75
	select NEED_SG_DMA_LENGTH
76

77 78
config FSL_PAMU
	bool "Freescale IOMMU support"
79
	depends on PPC_E500MC || (COMPILE_TEST && PPC)
80 81 82 83 84 85 86
	select IOMMU_API
	select GENERIC_ALLOCATOR
	help
	  Freescale PAMU support. PAMU is the IOMMU present on Freescale QorIQ platforms.
	  PAMU can authorize memory access, remap the memory address, and remap I/O
	  transaction types.

87 88 89
# MSM IOMMU support
config MSM_IOMMU
	bool "MSM IOMMU Support"
90 91
	depends on ARM
	depends on ARCH_MSM8X60 || ARCH_MSM8960 || COMPILE_TEST
T
Thierry Reding 已提交
92
	depends on BROKEN
93 94 95 96 97 98 99 100 101 102 103
	select IOMMU_API
	help
	  Support for the IOMMUs found on certain Qualcomm SOCs.
	  These IOMMUs allow virtualization of the address space used by most
	  cores within the multimedia subsystem.

	  If unsure, say N here.

config IOMMU_PGTABLES_L2
	def_bool y
	depends on MSM_IOMMU && MMU && SMP && CPU_DCACHE_DISABLE=n
104 105 106 107 108 109

# AMD IOMMU support
config AMD_IOMMU
	bool "AMD IOMMU support"
	select SWIOTLB
	select PCI_MSI
110 111 112
	select PCI_ATS
	select PCI_PRI
	select PCI_PASID
113
	select IOMMU_API
114
	depends on X86_64 && PCI && ACPI
115 116 117 118
	---help---
	  With this option you can enable support for AMD IOMMU hardware in
	  your system. An IOMMU is a hardware component which provides
	  remapping of DMA memory accesses from devices. With an AMD IOMMU you
M
Masanari Iida 已提交
119
	  can isolate the DMA memory of different devices and protect the
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
	  system from misbehaving device drivers or hardware.

	  You can find out if your system has an AMD IOMMU if you look into
	  your BIOS for an option to enable it or if you have an IVRS ACPI
	  table.

config AMD_IOMMU_STATS
	bool "Export AMD IOMMU statistics to debugfs"
	depends on AMD_IOMMU
	select DEBUG_FS
	---help---
	  This option enables code in the AMD IOMMU driver to collect various
	  statistics about whats happening in the driver and exports that
	  information to userspace via debugfs.
	  If unsure, say N.
135

136
config AMD_IOMMU_V2
137
	tristate "AMD IOMMU Version 2 driver"
138
	depends on AMD_IOMMU
139
	select MMU_NOTIFIER
140 141 142
	---help---
	  This option enables support for the AMD IOMMUv2 features of the IOMMU
	  hardware. Select this option if you want to use devices that support
M
Masanari Iida 已提交
143
	  the PCI PRI and PASID interface.
144

145
# Intel IOMMU support
146 147 148 149 150
config DMAR_TABLE
	bool

config INTEL_IOMMU
	bool "Support for Intel IOMMU using DMA Remapping Devices"
151 152
	depends on PCI_MSI && ACPI && (X86 || IA64_GENERIC)
	select IOMMU_API
153
	select IOMMU_IOVA
154
	select DMAR_TABLE
155 156 157 158 159 160 161
	help
	  DMA remapping (DMAR) devices support enables independent address
	  translations for Direct Memory Access (DMA) from devices.
	  These DMA remapping devices are reported via ACPI tables
	  and include PCI device scope covered by these DMA
	  remapping devices.

162 163 164
config INTEL_IOMMU_SVM
	bool "Support for Shared Virtual Memory with Intel IOMMU"
	depends on INTEL_IOMMU && X86
165
	select PCI_PASID
166
	select MMU_NOTIFIER
167 168 169 170 171
	help
	  Shared Virtual Memory (SVM) provides a facility for devices
	  to access DMA resources through process address space by
	  means of a Process Address Space ID (PASID).

172
config INTEL_IOMMU_DEFAULT_ON
173
	def_bool y
174 175
	prompt "Enable Intel DMA Remapping Devices by default"
	depends on INTEL_IOMMU
176 177 178 179 180
	help
	  Selecting this option will enable a DMAR device at boot time if
	  one is found. If this option is not selected, DMAR support can
	  be enabled by passing intel_iommu=on to the kernel.

181
config INTEL_IOMMU_BROKEN_GFX_WA
182
	bool "Workaround broken graphics drivers (going away soon)"
183
	depends on INTEL_IOMMU && BROKEN && X86
184 185 186 187 188 189 190 191
	---help---
	  Current Graphics drivers tend to use physical address
	  for DMA and avoid using DMA APIs. Setting this config
	  option permits the IOMMU driver to set a unity map for
	  all the OS-visible memory. Hence the driver can continue
	  to use physical addresses for DMA, at least until this
	  option is removed in the 2.6.32 kernel.

192
config INTEL_IOMMU_FLOPPY_WA
193
	def_bool y
194
	depends on INTEL_IOMMU && X86
195 196 197 198 199 200
	---help---
	  Floppy disk drivers are known to bypass DMA API calls
	  thereby failing to work when IOMMU is enabled. This
	  workaround will setup a 1:1 mapping for the first
	  16MiB to make floppy (an ISA device) work.

201
config IRQ_REMAP
202 203
	bool "Support for Interrupt Remapping"
	depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI
204
	select DMAR_TABLE
205 206 207 208
	---help---
	  Supports Interrupt remapping for IO-APIC and MSI devices.
	  To use x2apic mode in the CPU's which support x2APIC enhancements or
	  to support platforms with CPU's having > 8 bit APIC ID, say Y.
209

210 211 212
# OMAP IOMMU support
config OMAP_IOMMU
	bool "OMAP IOMMU Support"
213 214
	depends on ARM && MMU
	depends on ARCH_OMAP2PLUS || COMPILE_TEST
215
	select IOMMU_API
G
Gerd Hoffmann 已提交
216 217 218
	---help---
	  The OMAP3 media platform drivers depend on iommu support,
	  if you need them say Y here.
219 220

config OMAP_IOMMU_DEBUG
221 222 223 224 225
	bool "Export OMAP IOMMU internals in DebugFS"
	depends on OMAP_IOMMU && DEBUG_FS
	---help---
	  Select this to see extensive information about
	  the internal state of OMAP IOMMU in debugfs.
226

227
	  Say N unless you know you need this.
228

D
Daniel Kurtz 已提交
229 230
config ROCKCHIP_IOMMU
	bool "Rockchip IOMMU Support"
231 232
	depends on ARM
	depends on ARCH_ROCKCHIP || COMPILE_TEST
D
Daniel Kurtz 已提交
233 234 235 236 237 238 239 240
	select IOMMU_API
	select ARM_DMA_USE_IOMMU
	help
	  Support for IOMMUs found on Rockchip rk32xx SOCs.
	  These IOMMUs allow virtualization of the address space used by most
	  cores within the multimedia subsystem.
	  Say Y here if you are using a Rockchip SoC that includes an IOMMU
	  device.
241

242 243 244 245 246 247 248 249 250 251
config TEGRA_IOMMU_GART
	bool "Tegra GART IOMMU Support"
	depends on ARCH_TEGRA_2x_SOC
	select IOMMU_API
	help
	  Enables support for remapping discontiguous physical memory
	  shared with the operating system into contiguous I/O virtual
	  space through the GART (Graphics Address Relocation Table)
	  hardware included on Tegra SoCs.

252
config TEGRA_IOMMU_SMMU
253 254 255 256
	bool "NVIDIA Tegra SMMU Support"
	depends on ARCH_TEGRA
	depends on TEGRA_AHB
	depends on TEGRA_MC
257 258
	select IOMMU_API
	help
259
	  This driver supports the IOMMU hardware (SMMU) found on NVIDIA Tegra
260
	  SoCs (Tegra30 up to Tegra210).
261

262 263
config EXYNOS_IOMMU
	bool "Exynos IOMMU Support"
264
	depends on ARCH_EXYNOS && MMU
265
	select IOMMU_API
266
	select ARM_DMA_USE_IOMMU
267
	help
S
Sachin Kamat 已提交
268 269 270 271
	  Support for the IOMMU (System MMU) of Samsung Exynos application
	  processor family. This enables H/W multimedia accelerators to see
	  non-linear physical memory chunks as linear memory in their
	  address space.
272 273 274 275 276 277 278 279

	  If unsure, say N here.

config EXYNOS_IOMMU_DEBUG
	bool "Debugging log for Exynos IOMMU"
	depends on EXYNOS_IOMMU
	help
	  Select this to see the detailed log message that shows what
S
Sachin Kamat 已提交
280
	  happens in the IOMMU driver.
281

S
Sachin Kamat 已提交
282
	  Say N unless you need kernel log message for IOMMU debugging.
283

284 285 286
config IPMMU_VMSA
	bool "Renesas VMSA-compatible IPMMU"
	depends on ARM_LPAE
287
	depends on ARCH_RENESAS || COMPILE_TEST
288
	select IOMMU_API
289
	select IOMMU_IO_PGTABLE_LPAE
290 291 292 293 294 295 296
	select ARM_DMA_USE_IOMMU
	help
	  Support for the Renesas VMSA-compatible IPMMU Renesas found in the
	  R-Mobile APE6 and R-Car H2/M2 SoCs.

	  If unsure, say N.

297 298
config SPAPR_TCE_IOMMU
	bool "sPAPR TCE IOMMU Support"
299
	depends on PPC_POWERNV || PPC_PSERIES
300 301 302 303 304
	select IOMMU_API
	help
	  Enables bits of IOMMU API required by VFIO. The iommu_ops
	  is not implemented as it is not necessary for VFIO.

305
# ARM IOMMU support
306 307
config ARM_SMMU
	bool "ARM Ltd. System MMU (SMMU) Support"
308
	depends on (ARM64 || ARM) && MMU
309
	select IOMMU_API
310
	select IOMMU_IO_PGTABLE_LPAE
311 312 313
	select ARM_DMA_USE_IOMMU if ARM
	help
	  Support for implementations of the ARM System MMU architecture
314
	  versions 1 and 2.
315 316 317 318

	  Say Y here if your SoC includes an IOMMU device implementing
	  the ARM SMMU architecture.

319 320 321 322 323
config ARM_SMMU_V3
	bool "ARM Ltd. System MMU Version 3 (SMMUv3) Support"
	depends on ARM64 && PCI
	select IOMMU_API
	select IOMMU_IO_PGTABLE_LPAE
324
	select GENERIC_MSI_IRQ_DOMAIN
325 326 327 328 329 330 331
	help
	  Support for implementations of the ARM System MMU architecture
	  version 3 providing translation support to a PCIe root complex.

	  Say Y here if your system includes an IOMMU device implementing
	  the ARM SMMUv3 architecture.

332 333 334 335 336 337 338
config S390_IOMMU
	def_bool y if S390 && PCI
	depends on S390 && PCI
	select IOMMU_API
	help
	  Support for the IOMMU API for s390 PCI devices.

339 340 341 342
config MTK_IOMMU
	bool "MTK IOMMU Support"
	depends on ARM || ARM64
	depends on ARCH_MEDIATEK || COMPILE_TEST
343
	select ARM_DMA_USE_IOMMU
344 345 346 347 348 349 350 351 352 353 354 355
	select IOMMU_API
	select IOMMU_DMA
	select IOMMU_IO_PGTABLE_ARMV7S
	select MEMORY
	select MTK_SMI
	help
	  Support for the M4U on certain Mediatek SOCs. M4U is MultiMedia
	  Memory Management Unit. This option enables remapping of DMA memory
	  accesses for the multimedia subsystem.

	  If unsure, say N here.

356
endif # IOMMU_SUPPORT