[coreboot-gerrit] New patch to review for coreboot: ec/chrome: Disable LPC Continuous Serial IRQ Select

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Oct 23 13:26:01 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12155

-gerrit

commit af60e67d27cefa79b0144380861ff0cebb483220
Author: pchandri <preetham.chandrian at intel.com>
Date:   Tue Oct 13 15:56:22 2015 -0700

    ec/chrome: Disable LPC Continuous Serial IRQ Select
    
    This patch removes the auto select of SERIRQ_CONTINUOUS_MODE
    as part of the EC_GOOGLE_CHROMEEC_LPC.
    
    BUG=chrome-os-partner:44993
    BRANCH=none
    TEST=Builds and Boots on fab3 kunimitsu.
    
    Change-Id: I4aed2c53bfdcbb8f7cd28f9a23fad86c9cd5086e
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 90a1e0785857a4da556e7664a8b83e9c8a0a78a7
    Original-Change-Id: Ia411966bab557c269afa1d7e88ab2550eb35447e
    Original-Signed-off-by: pchandri <preetham.chandrian at intel.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/305580
    Original-Commit-Ready: Preetham Chandrian <preetham.chandrian at intel.com>
    Original-Tested-by: Preetham Chandrian <preetham.chandrian at intel.com>
    Original-Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
    Original-Reviewed-by: Preetham Chandrian <preetham.chandrian at intel.com>
---
 src/ec/google/chromeec/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/ec/google/chromeec/Kconfig b/src/ec/google/chromeec/Kconfig
index 2a86f33..2600593 100644
--- a/src/ec/google/chromeec/Kconfig
+++ b/src/ec/google/chromeec/Kconfig
@@ -37,7 +37,6 @@ config EC_GOOGLE_CHROMEEC_I2C_PROTO3
 config EC_GOOGLE_CHROMEEC_LPC
 	depends on EC_GOOGLE_CHROMEEC && ARCH_X86  # Needs Plug-and-play.
 	def_bool y
-	select SERIRQ_CONTINUOUS_MODE
 	help
 	  Google Chrome EC via LPC bus.
 



More information about the coreboot-gerrit mailing list