Commit a54649b8 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] x86_64: Improve CONFIG_GART_IOMMU description and make it default y

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c853cc7e
...@@ -329,12 +329,15 @@ config HPET_EMULATE_RTC ...@@ -329,12 +329,15 @@ config HPET_EMULATE_RTC
config GART_IOMMU config GART_IOMMU
bool "IOMMU support" bool "IOMMU support"
default y
depends on PCI depends on PCI
help help
Support the K8 IOMMU. Needed to run systems with more than 4GB of memory Support the IOMMU. Needed to run systems with more than 3GB of memory
properly with 32-bit PCI devices that do not support DAC (Double Address properly with 32-bit PCI devices that do not support DAC (Double Address
Cycle). The IOMMU can be turned off at runtime with the iommu=off parameter. Cycle). The IOMMU can be turned off at runtime with the iommu=off parameter.
Normally the kernel will take the right choice by itself. Normally the kernel will take the right choice by itself.
This option includes a driver for the AMD Opteron/Athlon64 IOMMU
and a software emulation used on some other systems.
If unsure, say Y. If unsure, say Y.
# need this always enabled with GART_IOMMU for the VIA workaround # need this always enabled with GART_IOMMU for the VIA workaround
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment