You can only use "select OptionFoo" if OptionFoo is declared as bool
somewhere else.

This patch gets the Tyan boards to build again.  There may be some
others that were broken in the same manner.

Signed-off-by: Myles Watson <[email protected]>

Thanks,
Myles
Index: svn/src/cpu/amd/model_fxx/Kconfig
===================================================================
--- svn.orig/src/cpu/amd/model_fxx/Kconfig
+++ svn/src/cpu/amd/model_fxx/Kconfig
@@ -1,3 +1,7 @@
+config CPU_AMD_MODEL_FXX
+	bool
+	default n
+
 config HAVE_INIT_TIMER
 	bool
 	default y
Index: svn/src/northbridge/amd/amdk8/Kconfig
===================================================================
--- svn.orig/src/northbridge/amd/amdk8/Kconfig
+++ svn/src/northbridge/amd/amdk8/Kconfig
@@ -31,6 +31,11 @@ config HAVE_HIGH_TABLES
 	default y
 	depends on NORTHBRIDGE_AMD_AMDK8
 
+config K8_HT_FREQ_1G
+	bool
+	default n
+	depends on NORTHBRIDGE_AMD_AMDK8
+
 config HYPERTRANSPORT_PLUGIN_SUPPORT
 	bool
 	default y
-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to