aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2017-03-07 15:13:52 -0800
committerFurquan Shaikh <furquan@google.com>2017-03-09 07:31:17 +0100
commita89254801cb033d43337f8f89f815673d327d42d (patch)
treecc5277b7a8daea7094aecc2120f7b0c9f8edf0f0 /src
parentd4a0a348e49eb7b485d26c8a200ba20ee05293c6 (diff)
mainboard/google/poppy: Enable cros_ec_keyb device
This is required to transmit button information from EC to kernel. BUG=b:35774934 BRANCH=None TEST=Verified using evtest that kernel is able to get button press/release information from EC. Change-Id: I8f380f935c2945de9d8e72eafc877562987d02db Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/18642 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/poppy/ec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/ec.h b/src/mainboard/google/poppy/ec.h
index 7b53bfe12e..331bbbc4a4 100644
--- a/src/mainboard/google/poppy/ec.h
+++ b/src/mainboard/google/poppy/ec.h
@@ -73,4 +73,6 @@
#define SIO_EC_MEMMAP_ENABLE /* EC Memory Map Resources */
#define SIO_EC_HOST_ENABLE /* EC Host Interface Resources */
+#define EC_ENABLE_MKBP_DEVICE /* Enable cros_ec_keyb device */
+
#endif