aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-09 18:41:02 -0500
committerIngo Molnar <mingo@elte.hu>2009-02-09 18:41:02 -0500
commit92e2d508464b6293ad274fb606f766a458894142 (patch)
tree39bf383364530e5cdeacb205d32d69a4b78e253d /arch/x86/Kconfig
parent5d96218b4a5ee0c5ff0ac87f3ba90cfa86ca0ca1 (diff)
parentd315760ffa261c15ff92699ac6f514112543d7ca (diff)
Merge branch 'x86/urgent' into core/percpu
Conflicts: arch/x86/kernel/acpi/boot.c
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 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
1809config 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
1809config DMAR_GFX_WA 1820config DMAR_GFX_WA
1810 def_bool y 1821 def_bool y
1811 prompt "Support for Graphics workaround" 1822 prompt "Support for Graphics workaround"