summaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/Kconfig.debug_blob
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/intel/fsp2_0/Kconfig.debug_blob')
-rw-r--r--src/drivers/intel/fsp2_0/Kconfig.debug_blob17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/drivers/intel/fsp2_0/Kconfig.debug_blob b/src/drivers/intel/fsp2_0/Kconfig.debug_blob
index 14f502c4d6..e9e6053c64 100644
--- a/src/drivers/intel/fsp2_0/Kconfig.debug_blob
+++ b/src/drivers/intel/fsp2_0/Kconfig.debug_blob
@@ -45,4 +45,21 @@ config DISPLAY_FSP_VERSION_INFO_2
Select this option to display Firmware version information
using new header 'FirmwareVersionInfo.h'.
+config HAVE_GPIO_SNAPSHOT_VERIFY_SUPPORT
+ bool
+ default n
+ help
+ Select this option if platform provides support for GPIO
+ config snapshot and verify callbacks: `gpio_snapshot()`
+ and `gpio_verify_snapshot()`
+
+config CHECK_GPIO_CONFIG_CHANGES
+ bool "Check GPIO config changes across calls to FSP-S"
+ depends on HAVE_GPIO_SNAPSHOT_VERIFY_SUPPORT
+ help
+ Select this option to identify if any GPIOs are re-configured
+ by FSP-S differently than the mainboard configuration. This
+ requires platform support to snapshot and verify that config
+ matches snapshot.
+
endif # PLATFORM_USES_FSP2_0