From 371a6674acc61ec4fdfe1a5a034191ecde2a26f9 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Tue, 13 Nov 2018 22:06:40 +0100 Subject: soc/intel/.../Kconfig: Move GPIO debug option into debug menu Rename DEBUG_SOC_COMMON_BLOCK_GPIO to DEBUG_GPIO and move it into the Debugging menu. Change-Id: I737d0ee7fb5423b6d16d611a144d43fd3f168a2c Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/29678 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 0b97125c45..ce584f5311 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -693,6 +693,13 @@ config FATAL_ASSERTS help If enabled, coreboot will call hlt() on a BUG() or failed ASSERT(). +config HAVE_DEBUG_GPIO + bool + +config DEBUG_GPIO + bool "Output verbose GPIO debug messages" + depends on HAVE_DEBUG_GPIO + config DEBUG_CBFS bool "Output verbose CBFS debug messages" default n -- cgit v1.2.3