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@chromium.org> Reviewed-on: http://review.coreboot.org/3745 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
7cced0d20e
commit
6d16c437fc
|
@ -1,5 +1,6 @@
|
||||||
config EC_GOOGLE_CHROMEEC
|
config EC_GOOGLE_CHROMEEC
|
||||||
bool
|
bool
|
||||||
|
select SERIRQ_CONTINUOUS_MODE
|
||||||
help
|
help
|
||||||
Google's Chrome EC
|
Google's Chrome EC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue