summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorpchandri <preetham.chandrian@intel.com>2015-10-13 15:56:22 -0700
committerPatrick Georgi <pgeorgi@google.com>2015-10-27 15:18:50 +0100
commit597de2849d8a0861ba0d7fca32948bdf37378eed (patch)
tree119825396c3a3a66d9d5c65114863be283c2fc66 /src
parentaeb2e15428a8e47c1e544f11745a1ff5f2e3ae2f (diff)
downloadcoreboot-597de2849d8a0861ba0d7fca32948bdf37378eed.tar.gz
coreboot-597de2849d8a0861ba0d7fca32948bdf37378eed.tar.bz2
coreboot-597de2849d8a0861ba0d7fca32948bdf37378eed.zip
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@chromium.org> Original-Commit-Id: 90a1e0785857a4da556e7664a8b83e9c8a0a78a7 Original-Change-Id: Ia411966bab557c269afa1d7e88ab2550eb35447e Original-Signed-off-by: pchandri <preetham.chandrian@intel.com> Original-Reviewed-on: https://chromium-review.googlesource.com/305580 Original-Commit-Ready: Preetham Chandrian <preetham.chandrian@intel.com> Original-Tested-by: Preetham Chandrian <preetham.chandrian@intel.com> Original-Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Original-Reviewed-by: Preetham Chandrian <preetham.chandrian@intel.com> Reviewed-on: http://review.coreboot.org/12155 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src')
-rw-r--r--src/ec/google/chromeec/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ec/google/chromeec/Kconfig b/src/ec/google/chromeec/Kconfig
index 2a86f33362de..26005938c25d 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.