aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2016-07-22 01:36:31 -0700
committerAaron Durbin <adurbin@chromium.org>2016-07-24 00:08:51 +0200
commit1e4c091e9b4211a6e7b2c9292924db0e54f222c7 (patch)
tree2660fb51c81ff24283acf16a30bb40ea7c7a28ff /src
parent2c29d34b37be3070f9bbaf316cc4910214ece90b (diff)
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 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://review.coreboot.org/15782 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/reef/Kconfig3
1 files changed, 3 insertions, 0 deletions
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