diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index d6218e6c9824..5c8e353c1122 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1806,6 +1806,17 @@ config DMAR | |||
1806 | and include PCI device scope covered by these DMA | 1806 | and include PCI device scope covered by these DMA |
1807 | remapping devices. | 1807 | remapping devices. |
1808 | 1808 | ||
1809 | config DMAR_DEFAULT_ON | ||
1810 | def_bool n | ||
1811 | prompt "Enable DMA Remapping Devices by default" | ||
1812 | depends on DMAR | ||
1813 | help | ||
1814 | Selecting this option will enable a DMAR device at boot time if | ||
1815 | one is found. If this option is not selected, DMAR support can | ||
1816 | be enabled by passing intel_iommu=on to the kernel. It is | ||
1817 | recommended you say N here while the DMAR code remains | ||
1818 | experimental. | ||
1819 | |||
1809 | config DMAR_GFX_WA | 1820 | config DMAR_GFX_WA |
1810 | def_bool y | 1821 | def_bool y |
1811 | prompt "Support for Graphics workaround" | 1822 | prompt "Support for Graphics workaround" |