[coreboot-gerrit] Patch set updated for coreboot: 31604f7 slippy/falco/peppy: Enable SERIRQ continuous mode

Gabe Black (gabeblack@chromium.org) gerrit at coreboot.org
Wed Jul 10 11:36:41 CEST 2013


Gabe Black (gabeblack at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3745

-gerrit

commit 31604f7c7c024f3ed7aefdd771e0027e58a46f0e
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Tue Jun 4 10:07:15 2013 -0700

    slippy/falco/peppy: Enable SERIRQ continuous mode
    
    The Chrome EC still does not tolerate SERIRQ in quiet mode
    and so the keyboard does not work properly.
    
    Change-Id: I9ab052187c9926ce0e2c86b86dfe987dd6564c1b
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/ec/google/chromeec/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ec/google/chromeec/Kconfig b/src/ec/google/chromeec/Kconfig
index 48b4ae9..1c4a7c0 100644
--- a/src/ec/google/chromeec/Kconfig
+++ b/src/ec/google/chromeec/Kconfig
@@ -1,5 +1,6 @@
 config EC_GOOGLE_CHROMEEC
 	bool
+	select SERIRQ_CONTINUOUS_MODE
 	help
 	  Google's Chrome EC
 



More information about the coreboot-gerrit mailing list