aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2016-06-29 21:59:32 +0200
committerRonald G. Minnich <rminnich@gmail.com>2016-07-01 21:33:36 +0200
commitfc04f9b5ee911bb622d5acbad5056b77af4e4ec7 (patch)
treed162e61d40360340b89fcf962f3d28001a291e21 /src/Kconfig
parent6aa45c090bf8f52fd531f24d3347fdbf70f3b7a8 (diff)
Kconfig: Show DEBUG_BOOT_STATE in the Debug menu
Change-Id: I22441ee0d19aa1b2e2f40278ce30092c86e0adc9 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/15522 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
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