Set the mainboard/amd directory up to support more than one.

remove Config variables now defined elsewhere.
add rumba Kconfig and Makefile.inc

rumba won't build until my earlier patches are acked.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4617 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich
2009-08-29 02:47:57 +00:00
parent ea47143f15
commit e7f5709e14
4 changed files with 72 additions and 10 deletions

View File

@@ -1 +1,9 @@
source "src/mainboard/amd/serengeti_cheetah/Kconfig"
choice
prompt "Mainboard model"
depends on VENDOR_AMD
source "src/mainboard/amd/serengeti_cheetah/Kconfig"
source "src/mainboard/amd/rumba/Kconfig"
endchoice