summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2018-11-13 22:06:40 +0100
committerNico Huber <nico.h@gmx.de>2018-11-18 21:20:58 +0000
commit371a6674acc61ec4fdfe1a5a034191ecde2a26f9 (patch)
tree4bafc0c0d60f8c004aad5e25bd3dcf5579c4549a /src/Kconfig
parentb2b3ab7c438fbdbc407e12b6f76188ad1956feb8 (diff)
downloadcoreboot-371a6674acc61ec4fdfe1a5a034191ecde2a26f9.tar.gz
coreboot-371a6674acc61ec4fdfe1a5a034191ecde2a26f9.tar.bz2
coreboot-371a6674acc61ec4fdfe1a5a034191ecde2a26f9.zip
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 <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/29678 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 0b97125c4531..ce584f531175 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