aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorJoe Korty <joe.Korty@ccur.com>2010-05-19 18:41:15 +0000
committerStefan Reinauer <stepan@openbios.org>2010-05-19 18:41:15 +0000
commit6d77252e743424ee7f80ad0920003b46aa29727a (patch)
tree564e69e209e91b45187e9f394ebbe191b6848856 /src/Kconfig
parent1c3c0faabc220ef4fc921d9d1dbddb125198abab (diff)
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@ccur.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5573 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 5c83a0607d..85ffab0cf5 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -80,6 +80,13 @@ config CCACHE
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 @@ config USE_PRINTK_IN_CAR
bool
default n
-config USE_OPTION_TABLE
- bool "Use CMOS for configuration values"
- default n
-
config MAX_CPUS
int
default 1