summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/gpio/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/soc/intel/common/block/gpio/Kconfig
parentb2b3ab7c438fbdbc407e12b6f76188ad1956feb8 (diff)
downloadcoreboot-371a6674acc61ec4fdfe1a5a034191ecde2a26f9.tar.xz
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/soc/intel/common/block/gpio/Kconfig')
-rw-r--r--src/soc/intel/common/block/gpio/Kconfig8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/soc/intel/common/block/gpio/Kconfig b/src/soc/intel/common/block/gpio/Kconfig
index 66cc1822c6..bdbc323c12 100644
--- a/src/soc/intel/common/block/gpio/Kconfig
+++ b/src/soc/intel/common/block/gpio/Kconfig
@@ -1,15 +1,9 @@
config SOC_INTEL_COMMON_BLOCK_GPIO
bool
+ select HAVE_DEBUG_GPIO
help
Intel Processor common GPIO support
-config DEBUG_SOC_COMMON_BLOCK_GPIO
- depends on SOC_INTEL_COMMON_BLOCK_GPIO
- bool "Output verbose GPIO debug messages"
- default n
- help
- This option enables GPIO debug messages
-
# Use to program Interrupt Polarity Control (IPCx) register
# Each bit represents IRQx Active High Polarity Disable configuration:
# when set to 1, the interrupt polarity associated with IRQx is inverted