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>
This commit is contained in:
Jonathan Neuschäfer
2016-06-29 21:59:32 +02:00
committed by Ronald G. Minnich
parent 6aa45c090b
commit fc04f9b5ee

View File

@@ -1094,6 +1094,13 @@ config DEBUG_COVERAGE
If enabled, the code coverage hooks in coreboot will output some If enabled, the code coverage hooks in coreboot will output some
information about the coverage data that is dumped. 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 endmenu
# These probably belong somewhere else, but they are needed somewhere. # 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 equal to the full rom size if that hasn't been overridden by the
chipset or mainboard. 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 config CREATE_BOARD_CHECKLIST
bool bool
default n default n