From 74fb8f224f11806b21038ecf117ba6380efce43d Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Thu, 24 Sep 2009 15:09:11 +0000 Subject: Remove HyperTransport support from boards that don't need it. Signed-off-by: Myles Watson Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4670 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/Kconfig | 2 +- src/devices/Makefile.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/devices') diff --git a/src/devices/Kconfig b/src/devices/Kconfig index e43458af8f..173ae9df94 100644 --- a/src/devices/Kconfig +++ b/src/devices/Kconfig @@ -79,7 +79,7 @@ config PCI_64BIT_PREF_MEM config HYPERTRANSPORT_PLUGIN_SUPPORT bool - default y + default n config PCIX_PLUGIN_SUPPORT bool diff --git a/src/devices/Makefile.inc b/src/devices/Makefile.inc index 0c6677a57b..c932691fef 100644 --- a/src/devices/Makefile.inc +++ b/src/devices/Makefile.inc @@ -2,7 +2,7 @@ obj-y += device.o obj-y += root_device.o obj-y += device_util.o obj-y += pci_device.o -obj-y += hypertransport.o +obj-$(CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT) += hypertransport.o obj-y += pcix_device.o obj-y += pciexp_device.o obj-y += agp_device.o -- cgit v1.2.3