diff options
author | David Woodhouse <dwmw2@infradead.org> | 2009-02-11 17:23:43 +0000 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-03-25 16:00:41 +0000 |
commit | 4cf2e75d0bec15d945972b005056c4a8731b82cf (patch) | |
tree | 1d53fce01100e81637fb820f28d9ac0cf551d4db /arch/x86/Kconfig | |
parent | 3199aa6bc8766e17b8f60820c4f78d59c25fce0e (diff) | |
download | linux-stable-4cf2e75d0bec15d945972b005056c4a8731b82cf.tar.gz linux-stable-4cf2e75d0bec15d945972b005056c4a8731b82cf.tar.bz2 linux-stable-4cf2e75d0bec15d945972b005056c4a8731b82cf.zip |
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 config DMAR bool "Support for DMA Remapping Devices (EXPERIMENTAL)" - depends on X86_64 && PCI_MSI && ACPI && EXPERIMENTAL + depends on PCI_MSI && ACPI && EXPERIMENTAL help DMA remapping (DMAR) devices support enables independent address translations for Direct Memory Access (DMA) from devices. |