From fc04f9b5ee911bb622d5acbad5056b77af4e4ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Wed, 29 Jun 2016 21:59:32 +0200 Subject: Kconfig: Show DEBUG_BOOT_STATE in the Debug menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I22441ee0d19aa1b2e2f40278ce30092c86e0adc9 Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/15522 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich Reviewed-by: Aaron Durbin --- src/Kconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/Kconfig') 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 -- cgit v1.2.3