|
@@ -627,7 +627,7 @@ config GART_IOMMU
|
|
bool "GART IOMMU support" if EMBEDDED
|
|
bool "GART IOMMU support" if EMBEDDED
|
|
default y
|
|
default y
|
|
select SWIOTLB
|
|
select SWIOTLB
|
|
- depends on X86_64 && PCI
|
|
|
|
|
|
+ depends on X86_64 && PCI && K8_NB
|
|
---help---
|
|
---help---
|
|
Support for full DMA access of devices with 32bit memory access only
|
|
Support for full DMA access of devices with 32bit memory access only
|
|
on systems with more than 3GB. This is usually needed for USB,
|
|
on systems with more than 3GB. This is usually needed for USB,
|
|
@@ -2026,7 +2026,7 @@ endif # X86_32
|
|
|
|
|
|
config K8_NB
|
|
config K8_NB
|
|
def_bool y
|
|
def_bool y
|
|
- depends on AGP_AMD64 || (X86_64 && (GART_IOMMU || (PCI && NUMA)))
|
|
|
|
|
|
+ depends on CPU_SUP_AMD && PCI
|
|
|
|
|
|
source "drivers/pcmcia/Kconfig"
|
|
source "drivers/pcmcia/Kconfig"
|
|
|
|
|