iommu/amd: Implement IO page-fault handler
[deliverable/linux.git] / drivers / iommu / Kconfig
CommitLineData
ab493a0f
OBC
1# IOMMU_API always gets selected by whoever wants it.
2config IOMMU_API
3 bool
b10f127e 4
68255b62
JR
5menuconfig 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
b10f127e
OBC
16# MSM IOMMU support
17config MSM_IOMMU
18 bool "MSM IOMMU Support"
19 depends on ARCH_MSM8X60 || ARCH_MSM8960
20 select IOMMU_API
21 help
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.
25
26 If unsure, say N here.
27
28config IOMMU_PGTABLES_L2
29 def_bool y
30 depends on MSM_IOMMU && MMU && SMP && CPU_DCACHE_DISABLE=n
29b68415
OBC
31
32# AMD IOMMU support
33config AMD_IOMMU
34 bool "AMD IOMMU support"
35 select SWIOTLB
36 select PCI_MSI
52815b75
JR
37 select PCI_ATS
38 select PCI_PRI
39 select PCI_PASID
29b68415
OBC
40 select IOMMU_API
41 depends on X86_64 && PCI && ACPI
42 ---help---
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 the DMA memory of different devices and protect the
47 system from misbehaving device drivers or hardware.
48
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
51 table.
52
53config AMD_IOMMU_STATS
54 bool "Export AMD IOMMU statistics to debugfs"
55 depends on AMD_IOMMU
56 select DEBUG_FS
57 ---help---
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.
61 If unsure, say N.
166e9278 62
e3c495c7
JR
63config AMD_IOMMU_V2
64 tristate "AMD IOMMU Version 2 driver (EXPERIMENTAL)"
65 depends on AMD_IOMMU && EXPERIMENTAL
66 ---help---
67 This option enables support for the AMD IOMMUv2 features of the IOMMU
68 hardware. Select this option if you want to use devices that support
69 the the PCI PRI and PASID interface.
70
166e9278 71# Intel IOMMU support
d3f13810
SS
72config DMAR_TABLE
73 bool
74
75config INTEL_IOMMU
76 bool "Support for Intel IOMMU using DMA Remapping Devices"
166e9278
OBC
77 depends on PCI_MSI && ACPI && (X86 || IA64_GENERIC)
78 select IOMMU_API
d3f13810 79 select DMAR_TABLE
166e9278
OBC
80 help
81 DMA remapping (DMAR) devices support enables independent address
82 translations for Direct Memory Access (DMA) from devices.
83 These DMA remapping devices are reported via ACPI tables
84 and include PCI device scope covered by these DMA
85 remapping devices.
86
d3f13810 87config INTEL_IOMMU_DEFAULT_ON
166e9278 88 def_bool y
d3f13810
SS
89 prompt "Enable Intel DMA Remapping Devices by default"
90 depends on INTEL_IOMMU
166e9278
OBC
91 help
92 Selecting this option will enable a DMAR device at boot time if
93 one is found. If this option is not selected, DMAR support can
94 be enabled by passing intel_iommu=on to the kernel.
95
d3f13810 96config INTEL_IOMMU_BROKEN_GFX_WA
166e9278 97 bool "Workaround broken graphics drivers (going away soon)"
d3f13810 98 depends on INTEL_IOMMU && BROKEN && X86
166e9278
OBC
99 ---help---
100 Current Graphics drivers tend to use physical address
101 for DMA and avoid using DMA APIs. Setting this config
102 option permits the IOMMU driver to set a unity map for
103 all the OS-visible memory. Hence the driver can continue
104 to use physical addresses for DMA, at least until this
105 option is removed in the 2.6.32 kernel.
106
d3f13810 107config INTEL_IOMMU_FLOPPY_WA
166e9278 108 def_bool y
d3f13810 109 depends on INTEL_IOMMU && X86
166e9278
OBC
110 ---help---
111 Floppy disk drivers are known to bypass DMA API calls
112 thereby failing to work when IOMMU is enabled. This
113 workaround will setup a 1:1 mapping for the first
114 16MiB to make floppy (an ISA device) work.
115
d3f13810 116config IRQ_REMAP
166e9278
OBC
117 bool "Support for Interrupt Remapping (EXPERIMENTAL)"
118 depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI && EXPERIMENTAL
d3f13810 119 select DMAR_TABLE
166e9278
OBC
120 ---help---
121 Supports Interrupt remapping for IO-APIC and MSI devices.
122 To use x2apic mode in the CPU's which support x2APIC enhancements or
123 to support platforms with CPU's having > 8 bit APIC ID, say Y.
68255b62 124
fcf3a6ef
OBC
125# OMAP IOMMU support
126config OMAP_IOMMU
127 bool "OMAP IOMMU Support"
024ae884 128 depends on ARCH_OMAP
fcf3a6ef
OBC
129 select IOMMU_API
130
131config OMAP_IOVMM
7b6d45f1
JR
132 tristate "OMAP IO Virtual Memory Manager Support"
133 depends on OMAP_IOMMU
fcf3a6ef
OBC
134
135config OMAP_IOMMU_DEBUG
136 tristate "Export OMAP IOMMU/IOVMM internals in DebugFS"
137 depends on OMAP_IOVMM && DEBUG_FS
138 help
139 Select this to see extensive information about
140 the internal state of OMAP IOMMU/IOVMM in debugfs.
141
142 Say N unless you know you need this.
143
68255b62 144endif # IOMMU_SUPPORT
This page took 0.051931 seconds and 5 git commands to generate.