diff options
author | David Woodhouse <dwmw2@infradead.org> | 2009-02-11 12:23:43 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-03-25 12:00:41 -0400 |
commit | 4cf2e75d0bec15d945972b005056c4a8731b82cf (patch) | |
tree | 1d53fce01100e81637fb820f28d9ac0cf551d4db /arch/x86/Kconfig | |
parent | 3199aa6bc8766e17b8f60820c4f78d59c25fce0e (diff) |
intel-iommu: Enable DMAR on 32-bit kernel.
If we fix a few highmem-related thinkos and a couple of printk format
warnings, the Intel IOMMU driver works fine in a 32-bit kernel.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index bc2fbadff9f9..5ff2252ec475 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1794,7 +1794,7 @@ config PCI_MMCONFIG | |||
1794 | 1794 | ||
1795 | config DMAR | 1795 | config DMAR |
1796 | bool "Support for DMA Remapping Devices (EXPERIMENTAL)" | 1796 | bool "Support for DMA Remapping Devices (EXPERIMENTAL)" |
1797 | depends on X86_64 && PCI_MSI && ACPI && EXPERIMENTAL | 1797 | depends on PCI_MSI && ACPI && EXPERIMENTAL |
1798 | help | 1798 | help |
1799 | DMA remapping (DMAR) devices support enables independent address | 1799 | DMA remapping (DMAR) devices support enables independent address |
1800 | translations for Direct Memory Access (DMA) from devices. | 1800 | translations for Direct Memory Access (DMA) from devices. |