From 277ef406e5ed0993573a093c3cb8850ec3020803 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Fri, 22 Jul 2016 01:36:31 -0700 Subject: [PATCH] UPSTREAM: google/reef: Enable PS/2 keyboard driver by default This device has a built-in keyboard that should be enabled by default or it will not work in firmware. This was tested to ensure that TAB (display info) and Ctrl+D (enter developer mode) are functional at the Chrome OS recovery screen. BUG=chrome-os-partner:55549 Change-Id: I60156f1fc001b88deac69e03e02e9d8277fbc38d Original-Signed-off-by: Duncan Laurie Original-Reviewed-on: https://review.coreboot.org/15782 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Furquan Shaikh Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/362860 Reviewed-by: Furquan Shaikh --- src/mainboard/google/reef/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index 99c53dba1f..42019c79f6 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -33,6 +33,9 @@ config DRIVERS_I2C_DA7219 config DRIVERS_I2C_GENERIC default y +config DRIVERS_PS2_KEYBOARD + default y + config MAINBOARD_DIR string default google/reef