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
This commit is contained in:
parent
1c3c0faabc
commit
6d77252e74
11
src/Kconfig
11
src/Kconfig
|
@ -80,6 +80,13 @@ config CCACHE
|
||||||
Enables the use of ccache for faster builds.
|
Enables the use of ccache for faster builds.
|
||||||
Requires ccache in path.
|
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
|
endmenu
|
||||||
|
|
||||||
source src/mainboard/Kconfig
|
source src/mainboard/Kconfig
|
||||||
|
@ -140,10 +147,6 @@ config USE_PRINTK_IN_CAR
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config USE_OPTION_TABLE
|
|
||||||
bool "Use CMOS for configuration values"
|
|
||||||
default n
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 1
|
default 1
|
||||||
|
|
Loading…
Reference in New Issue