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