diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-27 03:04:43 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-27 03:04:43 -0500 |
commit | f701d354075914296474d062f18fc8ee681a2318 (patch) | |
tree | 4c39db49f4bc9827a1a0dabc6a83fb30bd2c7ac4 /arch/ia64/Kconfig | |
parent | 1b49061d400c9e51e3ac2aac026a099fe599b9bb (diff) | |
parent | 64e71303e44f3697e4568147caa966de74bdb4fb (diff) |
Merge branches 'tracing/ftrace' and 'linus' into tracing/core
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 5b2a2379a439..294a3b13ecac 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -641,6 +641,17 @@ config DMAR | |||
641 | and include PCI device scope covered by these DMA | 641 | and include PCI device scope covered by these DMA |
642 | remapping devices. | 642 | remapping devices. |
643 | 643 | ||
644 | config DMAR_DEFAULT_ON | ||
645 | def_bool y | ||
646 | prompt "Enable DMA Remapping Devices by default" | ||
647 | depends on DMAR | ||
648 | help | ||
649 | Selecting this option will enable a DMAR device at boot time if | ||
650 | one is found. If this option is not selected, DMAR support can | ||
651 | be enabled by passing intel_iommu=on to the kernel. It is | ||
652 | recommended you say N here while the DMAR code remains | ||
653 | experimental. | ||
654 | |||
644 | endmenu | 655 | endmenu |
645 | 656 | ||
646 | endif | 657 | endif |