From fc224ea39c69a0047ce99a5d37e9cbfbdb42c97a Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 6 Oct 2008 17:13:36 +0000 Subject: [PATCH] This is a dbm690t that compiles. Stage0 is 23K, too large. dbe62 was tested and works i.e. this does no harm. Signed-off-by: Ronald G. Minnich Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/coreboot-v3@894 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Kconfig b/Kconfig index 075199ab41..2562a24899 100644 --- a/Kconfig +++ b/Kconfig @@ -102,6 +102,10 @@ config SOUTHBRIDGE_NVIDIA_MCP55 boolean config SOUTHBRIDGE_AMD_AMD8111 boolean +config SOUTHBRIDGE_AMD_SB600 + boolean +config SOUTHBRIDGE_AMD_RS690 + boolean # Super I/Os: config SUPERIO_WINBOND_W83627HF @@ -110,6 +114,8 @@ config SUPERIO_FINTEK_F71805F boolean config SUPERIO_ITE_IT8716F boolean +config SUPERIO_ITE_IT8712F + boolean menu "Payload"