aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 70438519dc..daba05ad14 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -1094,6 +1094,13 @@ config DEBUG_COVERAGE
If enabled, the code coverage hooks in coreboot will output some
information about the coverage data that is dumped.
+config DEBUG_BOOT_STATE
+ bool "Debug boot state machine"
+ default n
+ help
+ Control debugging of the boot state machine. When selected displays
+ the state boundaries in ramstage.
+
endmenu
# These probably belong somewhere else, but they are needed somewhere.
@@ -1179,13 +1186,6 @@ config CBFS_SIZE
equal to the full rom size if that hasn't been overridden by the
chipset or mainboard.
-config DEBUG_BOOT_STATE
- bool
- default n
- help
- Control debugging of the boot state machine. When selected displays
- the state boundaries in ramstage.
-
config CREATE_BOARD_CHECKLIST
bool
default n