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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>

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

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to