[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200907221926.50397.pavel@pavlinux.ru>
Date: Wed, 22 Jul 2009 19:26:49 +0400
From: Pavel Vasilyev <pavel@...linux.ru>
To: linux-kernel@...r.kernel.org
Subject: GART_IOMMU without AGP
In the kernel configuration, if I choose x86_64 and PCI, then choose the item
"Garth IOMMU support", which, in turn, chooses not to switch off, support for
AGP. But many IOMMU system does not have AGP bus.
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 738bdc6..410369d 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -585,7 +585,6 @@ config GART_IOMMU
bool "GART IOMMU support" if EMBEDDED
default y
select SWIOTLB
- select AGP
depends on X86_64 && PCI
---help---
Support for full DMA access of devices with 32bit memory access only
Signed-off-by: Pavel Vasilyev <pavel@...linux.ru>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists