aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/pcie/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/pcie/Kconfig')
-rw-r--r--src/soc/intel/common/block/pcie/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/pcie/Kconfig b/src/soc/intel/common/block/pcie/Kconfig
new file mode 100644
index 0000000000..c30d07e51e
--- /dev/null
+++ b/src/soc/intel/common/block/pcie/Kconfig
@@ -0,0 +1,11 @@
+config SOC_INTEL_COMMON_BLOCK_PCIE
+ bool
+ help
+ Intel Processor common PCIE support
+
+config PCIE_DEBUG_INFO
+ bool
+ help
+ Enable debug logs in PCIe module. Allows debug information on memory
+ base and limit, prefetchable memory base and limit, prefetchable memory
+ base upper 32 bits and prefetchable memory limit upper 32 bits.