summaryrefslogtreecommitdiff
path: root/board/bip
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2019-01-09 08:00:32 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-01-10 13:58:43 -0800
commit62adbc1bd61124f04405b9ee94b7172171546239 (patch)
tree29216a9f46e55802d7214942ae0882460b6ba0ac /board/bip
parent1f1e33a579ba26e4edd258bd93c5366bd8bc52eb (diff)
downloadchrome-ec-62adbc1bd61124f04405b9ee94b7172171546239.tar.gz
octopus: convert boards to use hardware int
Recent kernel changes expect the EC to use a dedicated interrupt pin from the EC to the AP to notify the AP of pending sensor data (instead of using an eSPI "interrupt"). The octopus boards have this hardware support, we just need to enable the EC use it. BRANCH=octopus BUG=b:122552125,b:120679547 TEST=perform sensor tests on various octopus boards Change-Id: I2bd3ffe14947d5f1ec71acbb53fcac962b007cf9 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1403103 Reviewed-by: Enrico Granata <egranata@chromium.org>
Diffstat (limited to 'board/bip')
-rw-r--r--board/bip/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/bip/board.h b/board/bip/board.h
index 4cf28c834e..3a618e982e 100644
--- a/board/bip/board.h
+++ b/board/bip/board.h
@@ -28,6 +28,9 @@
#undef CONFIG_PWM
#undef CONFIG_PWM_KBLIGHT
+/* Old hardware does not support dedicated EC->AP interrupt for MKBP */
+#define CONFIG_MKBP_USE_HOST_EVENT
+
#undef CONFIG_UART_TX_BUF_SIZE
#define CONFIG_UART_TX_BUF_SIZE 4096