From patchwork Mon Oct 19 21:18:07 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: More Kconfig changes Date: Mon, 19 Oct 2009 21:18:07 -0000 From: Myles Watson X-Patchwork-Id: 439 Message-Id: <2831fecf0910191418lb8d7aedy2595e65e42904a00@mail.gmail.com> To: coreboot Define some variables that were not defined. There are a couple left. Do kbuildall then grep not.defined kbuildall.results/* The interesting ones were GENERATE_* I had to put them in twice to make it work correctly. Once outside the menu setting the defaults, and once inside the menu. Now they show up when they should, and are always defined Define HAVE_INIT_TIMER to only exclude the three boards that define it to be 0 in newconfig. Define MEM_TRAIN_SEQ to be an integer and set it correctly. Remove CAR_FAM10 and just depend on NORTHBRIDGE_AMD_AMDFAM10 MOVNTI is a performance enhancement, and should default to 0 so it doesn't break boards that forget to define it. Signed-off-by: Myles Watson Thanks, Myles Index: svn/src/Kconfig =================================================================== --- svn.orig/src/Kconfig +++ svn/src/Kconfig @@ -185,7 +185,7 @@ config HAVE_MAINBOARD_RESOURCES config HAVE_MOVNTI bool - default y + default n config HAVE_OPTION_TABLE bool