[coreboot-gerrit] Change in coreboot[master]: soc/intel/common/pch: Select Kconfig for ITSS polarity configuration

Subrata Banik (Code Review) gerrit at coreboot.org
Fri Sep 28 17:15:02 CEST 2018


Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/28790


Change subject: soc/intel/common/pch: Select Kconfig for ITSS polarity configuration
......................................................................

soc/intel/common/pch: Select Kconfig for ITSS polarity configuration

This patch selects Kconfig for Intel Core Platform in order to ensure
proper ITSS IPCx programming.

Change-Id: I81e75e17ceb23c364b78300c3950144be1580700
Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
M src/soc/intel/common/block/gpio/Kconfig
M src/soc/intel/common/pch/Kconfig
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/28790/1

diff --git a/src/soc/intel/common/block/gpio/Kconfig b/src/soc/intel/common/block/gpio/Kconfig
index 6d712e9..1811e25 100644
--- a/src/soc/intel/common/block/gpio/Kconfig
+++ b/src/soc/intel/common/block/gpio/Kconfig
@@ -10,8 +10,7 @@
 	help
 	  This option enables GPIO debug messages
 
-# Used in small core SOCs to invert the polarity as ITSS only takes
-# active high signals
+# Use to invert the polarity as ITSS only takes active high signals
 config SOC_INTEL_COMMON_BLOCK_GPIO_ITSS_POL_CFG
 	depends on SOC_INTEL_COMMON_BLOCK_GPIO
 	bool
diff --git a/src/soc/intel/common/pch/Kconfig b/src/soc/intel/common/pch/Kconfig
index 1157eb4..2bf6d68 100644
--- a/src/soc/intel/common/pch/Kconfig
+++ b/src/soc/intel/common/pch/Kconfig
@@ -23,6 +23,7 @@
 	select SOC_INTEL_COMMON_BLOCK_EBDA
 	select SOC_INTEL_COMMON_BLOCK_FAST_SPI
 	select SOC_INTEL_COMMON_BLOCK_GPIO
+	select SOC_INTEL_COMMON_BLOCK_GPIO_ITSS_POL_CFG
 	select SOC_INTEL_COMMON_BLOCK_GRAPHICS
 	select SOC_INTEL_COMMON_BLOCK_ITSS
 	select SOC_INTEL_COMMON_BLOCK_I2C

-- 
To view, visit https://review.coreboot.org/28790
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I81e75e17ceb23c364b78300c3950144be1580700
Gerrit-Change-Number: 28790
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180928/2a3eb597/attachment-0001.html>


More information about the coreboot-gerrit mailing list