Move the 'USE CMOS' Kconfig question. Move the 'USE CMOS' question from the top level to the General Setup section of Kconfig.
Signed-off-by: Joe Korty <[email protected]> Index: trunk/src/Kconfig =================================================================== --- trunk.orig/src/Kconfig 2010-05-14 10:25:00.000000000 -0400 +++ trunk/src/Kconfig 2010-05-14 10:32:52.000000000 -0400 @@ -91,6 +91,10 @@ If unsure, use the default. +config USE_OPTION_TABLE + bool "Use CMOS for configuration values" + default n + endmenu source src/mainboard/Kconfig @@ -143,10 +147,6 @@ bool default n -config USE_OPTION_TABLE - bool "Use CMOS for configuration values" - default n - config MAX_CPUS int default 1 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

