e7f5709e14
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
9 lines
163 B
Text
9 lines
163 B
Text
choice
|
|
prompt "Mainboard model"
|
|
depends on VENDOR_AMD
|
|
|
|
source "src/mainboard/amd/serengeti_cheetah/Kconfig"
|
|
source "src/mainboard/amd/rumba/Kconfig"
|
|
|
|
endchoice
|
|
|