From 20d5c2e14e808683ec633a5951f4ebd8a86cc433 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Thu, 1 Oct 2009 16:24:58 +0000 Subject: Fix Kconfig build for K8 boards. Signed-off-by: Myles Watson Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4702 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/amdk8/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/northbridge') diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig index d33c069769..ad8d71ce7a 100644 --- a/src/northbridge/amd/amdk8/Kconfig +++ b/src/northbridge/amd/amdk8/Kconfig @@ -27,6 +27,11 @@ config AGP_APERTURE_SIZE default 0x4000000 depends on NORTHBRIDGE_AMD_AMDK8 +config K8_HT_FREQ_1G_SUPPORT + bool + default n + depends on NORTHBRIDGE_AMD_AMDK8 + config HYPERTRANSPORT_PLUGIN_SUPPORT bool default y -- cgit v1.2.3