[coreboot-gerrit] New patch to review for coreboot: google/reef: Enable PS/2 keyboard driver by default

Duncan Laurie (dlaurie@chromium.org) gerrit at coreboot.org
Fri Jul 22 10:39:20 CEST 2016


Duncan Laurie (dlaurie at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15782

-gerrit

commit 4765088d32cd9343fb427367d6065218e6e60dd4
Author: Duncan Laurie <dlaurie at google.com>
Date:   Fri Jul 22 01:36:31 2016 -0700

    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.
    
    Change-Id: I60156f1fc001b88deac69e03e02e9d8277fbc38d
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
---
 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 99c53db..42019c7 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



More information about the coreboot-gerrit mailing list