From 00f0267f7805f6d27d78c1ed586ac0f13c90637b Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 9 Oct 2009 14:10:28 +0000 Subject: Remaining boards are Kconfig'd now. Whether they work or not still depends on how close the configuration options are to what they should be. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4751 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/Kconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/mainboard/amd/Kconfig') diff --git a/src/mainboard/amd/Kconfig b/src/mainboard/amd/Kconfig index 9cca284533..74d7bc6bea 100644 --- a/src/mainboard/amd/Kconfig +++ b/src/mainboard/amd/Kconfig @@ -2,8 +2,13 @@ choice prompt "Mainboard model" depends on VENDOR_AMD -source "src/mainboard/amd/serengeti_cheetah/Kconfig" +source "src/mainboard/amd/db800/Kconfig" +source "src/mainboard/amd/dbm690t/Kconfig" +source "src/mainboard/amd/norwich/Kconfig" +source "src/mainboard/amd/pistachio/Kconfig" source "src/mainboard/amd/rumba/Kconfig" +source "src/mainboard/amd/serengeti_cheetah/Kconfig" +source "src/mainboard/amd/serengeti_cheetah_fam10/Kconfig" endchoice -- cgit v1.2.3