rk: restore file mode
[firefly-linux-kernel-4.4.55.git] / drivers / iommu / Kconfig
1 # IOMMU_API always gets selected by whoever wants it.
2 config IOMMU_API
3         bool
4
5 menuconfig 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
14 if IOMMU_SUPPORT
15
16 config OF_IOMMU
17        def_bool y
18        depends on OF
19
20 # MSM IOMMU support
21 config 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
32 config IOMMU_PGTABLES_L2
33         def_bool y
34         depends on MSM_IOMMU && MMU && SMP && CPU_DCACHE_DISABLE=n
35
36 # AMD IOMMU support
37 config AMD_IOMMU
38         bool "AMD IOMMU support"
39         select SWIOTLB
40         select PCI_MSI
41         select PCI_ATS
42         select PCI_PRI
43         select PCI_PASID
44         select IOMMU_API
45         depends on X86_64 && PCI && ACPI && X86_IO_APIC
46         ---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
50           can isolate the DMA memory of different devices and protect the
51           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
57 config 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.
66
67 config AMD_IOMMU_V2
68         tristate "AMD IOMMU Version 2 driver"
69         depends on AMD_IOMMU && PROFILING
70         select MMU_NOTIFIER
71         ---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
74           the PCI PRI and PASID interface.
75
76 # Intel IOMMU support
77 config DMAR_TABLE
78         bool
79
80 config INTEL_IOMMU
81         bool "Support for Intel IOMMU using DMA Remapping Devices"
82         depends on PCI_MSI && ACPI && (X86 || IA64_GENERIC)
83         select IOMMU_API
84         select DMAR_TABLE
85         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
92 config INTEL_IOMMU_DEFAULT_ON
93         def_bool y
94         prompt "Enable Intel DMA Remapping Devices by default"
95         depends on INTEL_IOMMU
96         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
101 config INTEL_IOMMU_BROKEN_GFX_WA
102         bool "Workaround broken graphics drivers (going away soon)"
103         depends on INTEL_IOMMU && BROKEN && X86
104         ---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
112 config INTEL_IOMMU_FLOPPY_WA
113         def_bool y
114         depends on INTEL_IOMMU && X86
115         ---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
121 config IRQ_REMAP
122         bool "Support for Interrupt Remapping"
123         depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI
124         select DMAR_TABLE
125         ---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.
129
130 config ROCKCHIP_IOMMU
131         bool "Rockchip IOMMU Support"
132         depends on ARCH_ROCKCHIP
133         select IOMMU_API
134         help
135           Support for the IOMMU(System MMU) of Rockchip rk32xx application
136           processor family. This enables H/W multimedia accellerators to see
137           non-linear physical memory chunks as a linear memory in their
138           address spaces
139
140           If unsure, say N here.
141
142 config ROCKCHIP_IOVMM
143         bool "IO Virtual Memory Manager for Rockcihp IOMMUs"
144         select GENERIC_ALLOCATOR
145         depends on ROCKCHIP_IOMMU
146         default n
147         help
148           Supporting the users of Rockchip IOMMU for allocating and mapping
149           an IO virtual memory region with a physical memory region
150           and managing the allocated virtual memory regions.
151
152 config ROCKCHIP_IOMMU_DEBUG
153         bool "Debugging log for Rockchip IOMMU"
154         depends on ROCKCHIP_IOMMU
155         help
156           Select this to see the detailed log message that shows what
157           happens in the IOMMU driver
158
159           Say N unless you need kernel log message for IOMMU debugging
160
161 # OMAP IOMMU support
162 config OMAP_IOMMU
163         bool "OMAP IOMMU Support"
164         depends on ARCH_OMAP2PLUS
165         select IOMMU_API
166
167 config OMAP_IOVMM
168         tristate "OMAP IO Virtual Memory Manager Support"
169         depends on OMAP_IOMMU
170
171 config OMAP_IOMMU_DEBUG
172        tristate "Export OMAP IOMMU/IOVMM internals in DebugFS"
173        depends on OMAP_IOVMM && DEBUG_FS
174        help
175          Select this to see extensive information about
176          the internal state of OMAP IOMMU/IOVMM in debugfs.
177
178          Say N unless you know you need this.
179
180 config TEGRA_IOMMU_GART
181         bool "Tegra GART IOMMU Support"
182         depends on ARCH_TEGRA_2x_SOC
183         select IOMMU_API
184         help
185           Enables support for remapping discontiguous physical memory
186           shared with the operating system into contiguous I/O virtual
187           space through the GART (Graphics Address Relocation Table)
188           hardware included on Tegra SoCs.
189
190 config TEGRA_IOMMU_SMMU
191         bool "Tegra SMMU IOMMU Support"
192         depends on ARCH_TEGRA && TEGRA_AHB
193         select IOMMU_API
194         help
195           Enables support for remapping discontiguous physical memory
196           shared with the operating system into contiguous I/O virtual
197           space through the SMMU (System Memory Management Unit)
198           hardware included on Tegra SoCs.
199
200 config EXYNOS_IOMMU
201         bool "Exynos IOMMU Support"
202         depends on ARCH_EXYNOS && EXYNOS_DEV_SYSMMU
203         select IOMMU_API
204         help
205           Support for the IOMMU(System MMU) of Samsung Exynos application
206           processor family. This enables H/W multimedia accellerators to see
207           non-linear physical memory chunks as a linear memory in their
208           address spaces
209
210           If unsure, say N here.
211
212 config EXYNOS_IOMMU_DEBUG
213         bool "Debugging log for Exynos IOMMU"
214         depends on EXYNOS_IOMMU
215         help
216           Select this to see the detailed log message that shows what
217           happens in the IOMMU driver
218
219           Say N unless you need kernel log message for IOMMU debugging
220
221 config SHMOBILE_IPMMU
222         bool
223
224 config SHMOBILE_IPMMU_TLB
225         bool
226
227 config SHMOBILE_IOMMU
228         bool "IOMMU for Renesas IPMMU/IPMMUI"
229         default n
230         depends on (ARM && ARCH_SHMOBILE)
231         select IOMMU_API
232         select ARM_DMA_USE_IOMMU
233         select SHMOBILE_IPMMU
234         select SHMOBILE_IPMMU_TLB
235         help
236           Support for Renesas IPMMU/IPMMUI. This option enables
237           remapping of DMA memory accesses from all of the IP blocks
238           on the ICB.
239
240           Warning: Drivers (including userspace drivers of UIO
241           devices) of the IP blocks on the ICB *must* use addresses
242           allocated from the IPMMU (iova) for DMA with this option
243           enabled.
244
245           If unsure, say N.
246
247 choice
248         prompt "IPMMU/IPMMUI address space size"
249         default SHMOBILE_IOMMU_ADDRSIZE_2048MB
250         depends on SHMOBILE_IOMMU
251         help
252           This option sets IPMMU/IPMMUI address space size by
253           adjusting the 1st level page table size. The page table size
254           is calculated as follows:
255
256               page table size = number of page table entries * 4 bytes
257               number of page table entries = address space size / 1 MiB
258
259           For example, when the address space size is 2048 MiB, the
260           1st level page table size is 8192 bytes.
261
262         config SHMOBILE_IOMMU_ADDRSIZE_2048MB
263                 bool "2 GiB"
264
265         config SHMOBILE_IOMMU_ADDRSIZE_1024MB
266                 bool "1 GiB"
267
268         config SHMOBILE_IOMMU_ADDRSIZE_512MB
269                 bool "512 MiB"
270
271         config SHMOBILE_IOMMU_ADDRSIZE_256MB
272                 bool "256 MiB"
273
274         config SHMOBILE_IOMMU_ADDRSIZE_128MB
275                 bool "128 MiB"
276
277         config SHMOBILE_IOMMU_ADDRSIZE_64MB
278                 bool "64 MiB"
279
280         config SHMOBILE_IOMMU_ADDRSIZE_32MB
281                 bool "32 MiB"
282
283 endchoice
284
285 config SHMOBILE_IOMMU_L1SIZE
286         int
287         default 8192 if SHMOBILE_IOMMU_ADDRSIZE_2048MB
288         default 4096 if SHMOBILE_IOMMU_ADDRSIZE_1024MB
289         default 2048 if SHMOBILE_IOMMU_ADDRSIZE_512MB
290         default 1024 if SHMOBILE_IOMMU_ADDRSIZE_256MB
291         default 512 if SHMOBILE_IOMMU_ADDRSIZE_128MB
292         default 256 if SHMOBILE_IOMMU_ADDRSIZE_64MB
293         default 128 if SHMOBILE_IOMMU_ADDRSIZE_32MB
294
295 endif # IOMMU_SUPPORT