diff options
-rw-r--r-- | src/Kconfig | 11 |
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 |