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 <dlaurie@chromium.org>
Original-Reviewed-on: https://review.coreboot.org/15782
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Furquan Shaikh <furquan@google.com>
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/362860
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
Duncan Laurie 2016-07-22 01:36:31 -07:00 committed by chrome-bot
commit 277ef406e5

View file

@ -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