aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-31 11:32:31 -0500
committerIngo Molnar <mingo@elte.hu>2009-02-05 16:30:01 -0500
commit9d45cf9e36bf9bcf16df6e1cbf049807c8402823 (patch)
tree2118a16701418af10d215d2174df7ee0a5cbe6bd /arch/x86/Kconfig
parenta146649bc19d5eba4f5bfac6720c5f252d517a71 (diff)
parent0cd5c3c80a0ebd68c08312fa7d8c13149cc61c4c (diff)
Merge branch 'x86/urgent' into x86/apic
Conflicts: arch/x86/mach-default/setup.c Semantic merge: arch/x86/kernel/irqinit_32.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 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
1786config 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
1786config DMAR_GFX_WA 1797config DMAR_GFX_WA
1787 def_bool y 1798 def_bool y
1788 prompt "Support for Graphics workaround" 1799 prompt "Support for Graphics workaround"