diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2013-06-04 10:07:15 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-10 21:44:31 +0200 |
commit | 6d16c437fc2609a4521de3b7e78a07b4155ceaba (patch) | |
tree | 6f0f4ac5c476a397e5dfa43a84a6385f20412bb2 /src | |
parent | 7cced0d20e44c1bbcd0b5d4aced53c682fcd23fc (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/ec/google/chromeec/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec/google/chromeec/Kconfig b/src/ec/google/chromeec/Kconfig index 48b4ae981a..1c4a7c03e3 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 |