diff options
author | Tony Luck <tony.luck@intel.com> | 2008-11-03 13:54:52 -0800 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-11-04 11:32:15 -0800 |
commit | f2b3fdc8873629d154a1ef052141ebaf3e5a231d (patch) | |
tree | 18a4cced48d0c576209dc94f44732c8c640dd506 /arch/ia64/Kconfig | |
parent | d8d54b0252280f519ad4f9268d2612b0463b3f9e (diff) |
[IA64] Build VT-D iommu support into generic kernel
Now that all the ia64 mmu pieces are in the tree we can build
support into the generic kernel.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 27eec71429b..9f481ba59a4 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -148,6 +148,7 @@ config IA64_GENERIC select ACPI_NUMA select SWIOTLB select PCI_MSI + select DMAR help This selects the system type of your hardware. A "generic" kernel will run on any supported IA-64 system. However, if you configure |