diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-12-19 20:23:44 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-01-19 23:00:46 +0100 |
commit | 3e7f14bfae5d0c025bcdd892233448c3cc1bdd91 (patch) | |
tree | fb8ea18e497844c5b5746dd1f68951882fba49b6 /payloads | |
parent | 926765b11bb1beecce7d8019eaebe5737a798f0d (diff) | |
download | coreboot-3e7f14bfae5d0c025bcdd892233448c3cc1bdd91.tar.xz |
libpayload: Enable USB HID in veyron configuration
This enables USB HID support in the veyron config, since it seems to
work correctly and is needed for interaction with depthcharge on devices
without an embedded keyboard (such as veyron_mickey).
Change-Id: Icae829e3a132005df17bcb6f7e6f8a190912576d
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-on: https://review.coreboot.org/17930
Tested-by: build bot (Jenkins)
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/libpayload/configs/config.veyron | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/payloads/libpayload/configs/config.veyron b/payloads/libpayload/configs/config.veyron index e80535c63e..b643e92a48 100644 --- a/payloads/libpayload/configs/config.veyron +++ b/payloads/libpayload/configs/config.veyron @@ -4,4 +4,3 @@ CONFIG_LP_8250_SERIAL_CONSOLE=y CONFIG_LP_TIMER_RK3288=y CONFIG_LP_USB_EHCI=y CONFIG_LP_USB_DWC2=y -# CONFIG_LP_USB_HID is not set |