aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorCasper Chang <casper_chang@wistron.corp-partner.google.com>2021-08-03 19:03:19 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-08-05 15:45:12 +0000
commit946d73490a5490c040da8249b2c3c89b69554fce (patch)
tree1c7c902c94c351db19e41aed2a660a9f1f1beaa1 /src/mainboard/google
parent4b8b2a0f0b1b7901099c04b810b1b8f93e6000e9 (diff)
mb/google/brya/variants/primus: enable PS2 interface
BUG=b:187969783 Signed-off-by: Casper Chang <casper_chang@wistron.corp-partner.google.com> Change-Id: I1e063524cfa4121c38cfed23e95557953511d884 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56774 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/brya/variants/primus/include/variant/ec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/primus/include/variant/ec.h b/src/mainboard/google/brya/variants/primus/include/variant/ec.h
index 7a2a6ff8b7..7309098359 100644
--- a/src/mainboard/google/brya/variants/primus/include/variant/ec.h
+++ b/src/mainboard/google/brya/variants/primus/include/variant/ec.h
@@ -5,4 +5,7 @@
#include <baseboard/ec.h>
+/* Enable PS/2 Mouse */
+#define SIO_EC_ENABLE_PS2M
+
#endif