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 c6e567bb6491..80291f749b66 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1783,6 +1783,17 @@ config DMAR | |||
1783 | and include PCI device scope covered by these DMA | 1783 | and include PCI device scope covered by these DMA |
1784 | remapping devices. | 1784 | remapping devices. |
1785 | 1785 | ||
1786 | config DMAR_DEFAULT_ON | ||
1787 | def_bool n | ||
1788 | prompt "Enable DMA Remapping Devices by default" | ||
1789 | depends on DMAR | ||
1790 | help | ||
1791 | Selecting this option will enable a DMAR device at boot time if | ||
1792 | one is found. If this option is not selected, DMAR support can | ||
1793 | be enabled by passing intel_iommu=on to the kernel. It is | ||
1794 | recommended you say N here while the DMAR code remains | ||
1795 | experimental. | ||
1796 | |||
1786 | config DMAR_GFX_WA | 1797 | config DMAR_GFX_WA |
1787 | def_bool y | 1798 | def_bool y |
1788 | prompt "Support for Graphics workaround" | 1799 | prompt "Support for Graphics workaround" |