[coreboot] [commit] r5480 - trunk/src

repository service svn at coreboot.org
Fri Apr 23 10:03:15 CEST 2010


Author: oxygene
Date: Fri Apr 23 10:03:14 2010
New Revision: 5480
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5480

Log:
Make USE_OPTION_TABLE user visible, so it can be edited.

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>

Modified:
   trunk/src/Kconfig

Modified: trunk/src/Kconfig
==============================================================================
--- trunk/src/Kconfig	Fri Apr 23 00:47:29 2010	(r5479)
+++ trunk/src/Kconfig	Fri Apr 23 10:03:14 2010	(r5480)
@@ -137,7 +137,7 @@
 	default n
 
 config USE_OPTION_TABLE
-	bool
+	bool "Use CMOS for configuration values"
 	default n
 
 config MAX_CPUS




More information about the coreboot mailing list