diff options
author | Marc Jones <marcj303@gmail.com> | 2017-07-06 14:47:23 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-31 17:34:09 +0000 |
commit | 8ab105d490093671087d58c9c88fdc51f3a7850c (patch) | |
tree | 1fc81a721af093991362a30a2115f29dd14cc12c /src | |
parent | 9ad593b944b72f6c91a132c1b0c62b1c42f4a2aa (diff) | |
download | coreboot-8ab105d490093671087d58c9c88fdc51f3a7850c.tar.xz |
google/kahlee: Fix CTRL+U USB boot
The EC KBC controller was not initialized, so the EC wouldn't put
keys in the output buffer. With nothing in the buffer, vboot didn't
try to boot the USB stick. Add the driver to setup the KBC called by
EC init.
BUG=b:62066405
BRANCH=none
TEST=Boot Kahlee with USB stick and CTRL+U boots the stick.
Change-Id: If9346fda558e802536c7de38da5b21fd25320e40
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: https://review.coreboot.org/20480
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index ad1a31220e..c4ed275199 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -19,6 +19,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select SOC_AMD_STONEYRIDGE_FT4 select BOARD_ROMSIZE_KB_8192 + select DRIVERS_PS2_KEYBOARD select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_LPC select HAVE_OPTION_TABLE |