[coreboot] [commit] r5573 - trunk/src

repository service svn at coreboot.org
Wed May 19 20:41:16 CEST 2010


Author: stepan
Date: Wed May 19 20:41:15 2010
New Revision: 5573
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5573

Log:
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>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/Kconfig

Modified: trunk/src/Kconfig
==============================================================================
--- trunk/src/Kconfig	Wed May 19 20:39:23 2010	(r5572)
+++ trunk/src/Kconfig	Wed May 19 20:41:15 2010	(r5573)
@@ -80,6 +80,13 @@
 	  Enables the use of ccache for faster builds.
 	  Requires ccache in path.
 
+config USE_OPTION_TABLE
+	bool "Use CMOS for configuration values"
+	default n
+	help
+	  Enable this option if coreboot shall read options from the "CMOS"
+	  NVRAM instead of using hard coded values.
+
 endmenu
 
 source src/mainboard/Kconfig
@@ -140,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