Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28573
b: refs/heads/master
c: dcc1a66
h: refs/heads/master
i:
  28571: ff02fa4
v: v3
  • Loading branch information
Roman Zippel authored and Linus Torvalds committed Jun 22, 2006
1 parent 9e30721 commit 4be8a67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f3865fb57a04db7cca068fed1c15badc064a302
refs/heads/master: dcc1a66a09420ccc5a22671bddc5a842f92d67e5
5 changes: 2 additions & 3 deletions trunk/arch/x86_64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ config GART_IOMMU
bool "K8 GART IOMMU support"
default y
select SWIOTLB
select AGP
depends on PCI
help
Support for hardware IOMMU in AMD's Opteron/Athlon64 Processors
Expand All @@ -401,11 +402,9 @@ config GART_IOMMU
northbridge and a software emulation used on other systems without
hardware IOMMU. If unsure, say Y.

# need this always enabled with GART_IOMMU for the VIA workaround
# need this always selected by GART_IOMMU for the VIA workaround
config SWIOTLB
bool
default y
depends on GART_IOMMU

config X86_MCE
bool "Machine check support" if EMBEDDED
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/char/agp/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
config AGP
tristate "/dev/agpgart (AGP Support)" if !GART_IOMMU
tristate "/dev/agpgart (AGP Support)"
depends on ALPHA || IA64 || PPC || X86
default y if GART_IOMMU
---help---
AGP (Accelerated Graphics Port) is a bus system mainly used to
connect graphics cards to the rest of the system.
Expand Down

0 comments on commit 4be8a67

Please sign in to comment.