summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorShelley Chen <shchen@google.com>2018-08-08 10:32:31 -0700
committerPatrick Georgi <pgeorgi@google.com>2018-11-27 09:01:34 +0000
commit4f22f2f0e88e7d1e5f4ba7b88fe12dbbe3ec85b1 (patch)
tree4b108eab9b944ba4e48cf400f1764d5caf550ad3 /src/mainboard
parent3a14338625d6ae7c6c4e8ee0b1e9be285593b3a6 (diff)
downloadcoreboot-4f22f2f0e88e7d1e5f4ba7b88fe12dbbe3ec85b1.tar.xz
mb/google/dragonegg: Enable ps2 keyboard
BUG=b:112332115 BRANCH=None TEST=ensure at bootup that /sys/devices/pnp0/00:05 exists and driver link to '../../../bus/pnp/drivers/i8042 kbd' Also, can now see keyboard in evtest. Change-Id: I2a6b382be84bc5201beafe21ff8ddee3738bc5c2 Signed-off-by: Shelley Chen <shchen@google.com> Reviewed-on: https://review.coreboot.org/c/29750 Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Aamir Bohra <aamir.bohra@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/ec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/ec.h b/src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/ec.h
index 7a2ec19a65..03096ac777 100644
--- a/src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/ec.h
+++ b/src/mainboard/google/dragonegg/variants/baseboard/include/baseboard/ec.h
@@ -77,7 +77,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 */
+#define SIO_EC_ENABLE_PS2K /* Enable PS/2 Keyboard */
#endif /* __BASEBOARD_EC_H__ */