aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/gpio/Kconfig
diff options
context:
space:
mode:
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