[coreboot] [PATCH] Move the 'USE CMOS' Kconfig question.

Joe Korty joe.korty at ccur.com
Fri May 14 21:11:35 CEST 2010


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 <joe.Korty at ccur.com>

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




More information about the coreboot mailing list