Paul Kocialkowski (contact@paulk.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17930
-gerrit
commit f6a2e5055c65a43aded0fb3877de299b5f49ea60 Author: Paul Kocialkowski contact@paulk.fr Date: Mon Dec 19 20:23:44 2016 +0100
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_jerry).
Change-Id: Icae829e3a132005df17bcb6f7e6f8a190912576d Signed-off-by: Paul Kocialkowski contact@paulk.fr --- payloads/libpayload/configs/config.veyron | 1 - 1 file changed, 1 deletion(-)
diff --git a/payloads/libpayload/configs/config.veyron b/payloads/libpayload/configs/config.veyron index e80535c..b643e92 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