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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/gpio/Kconfig b/src/soc/intel/common/block/gpio/Kconfig
index d229ea3e60..66cc1822c6 100644
--- a/src/soc/intel/common/block/gpio/Kconfig
+++ b/src/soc/intel/common/block/gpio/Kconfig
@@ -42,3 +42,10 @@ config SOC_INTEL_COMMON_BLOCK_GPIO_MULTI_ACPI_DEVICES
depends on SOC_INTEL_COMMON_BLOCK_GPIO
bool
default n
+
+# Indicate if SoC supports dual-routing of GPIOs (to different paths like SCI,
+# NMI, SMI, IOAPIC). This is required to support IRQ and wake on the same pad.
+config SOC_INTEL_COMMON_BLOCK_GPIO_DUAL_ROUTE_SUPPORT
+ depends on SOC_INTEL_COMMON_BLOCK_GPIO
+ bool
+ default n