Subrata Banik has uploaded this change for review.

View Change

soc/intel/common/block/tcss: Add common code support for TCSS

For now only added CONFIG_TCSS_PCIE_SEGMENT Kconfig to allow dedicated
PCI segment support for iTBT.

SoC user can select CONFIG_TCSS_PCIE_SEGMENT from dedicated SoC Kconfig
to include this support.

Change-Id: I33c1e5612a6d4882377784294ca0bcef131f2c0a
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
---
A src/soc/intel/common/block/tcss/Kconfig
1 file changed, 9 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/41010/1
diff --git a/src/soc/intel/common/block/tcss/Kconfig b/src/soc/intel/common/block/tcss/Kconfig
new file mode 100644
index 0000000..0f7fe7c
--- /dev/null
+++ b/src/soc/intel/common/block/tcss/Kconfig
@@ -0,0 +1,9 @@
+config SOC_INTEL_COMMON_BLOCK_TCSS
+ bool
+ help
+ Intel Processor common TCSS support
+
+config TCSS_PCIE_SEGMENT
+ bool
+ help
+ Indicate the extra PCIE segment is required for iTBT or not

To view, visit change 41010. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I33c1e5612a6d4882377784294ca0bcef131f2c0a
Gerrit-Change-Number: 41010
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik@intel.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-MessageType: newchange