From 754fac43467f87d6b926a181b6150867a08fb9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Mon, 2 Feb 2015 15:56:27 +0200 Subject: PCI subsystem: Remove AGP bridge type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no auto-detection for AGP type and we have no hardware that selects this. Furthermore, we treat AGP bridges just like PCI bridges, there is no optimisation for higher bandwidth. Change-Id: I4fe87c83411643cb9b8d3216f2af07bf098174d3 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/8367 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Alexandru Gagniuc Reviewed-by: Patrick Georgi --- src/device/Kconfig | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/device/Kconfig') diff --git a/src/device/Kconfig b/src/device/Kconfig index 532980b78e..91da02a193 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -225,11 +225,6 @@ config PCIEXP_PLUGIN_SUPPORT depends on PCI default y -config AGP_PLUGIN_SUPPORT - bool - depends on PCI - default y - config CARDBUS_PLUGIN_SUPPORT bool depends on PCI -- cgit v1.2.3