From: Andre Przywara Date: Sat, 9 Mar 2019 01:03:31 +0000 (+0000) Subject: sunxi: Pine64-LTS: (Re-)enable USB 1.x support X-Git-Tag: v2019.07-rc1~28^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30cb441ec69838cffe211cfde6ff6f7fa5a395cd;p=platform%2Fkernel%2Fu-boot.git sunxi: Pine64-LTS: (Re-)enable USB 1.x support The Pine64-LTS defconfig is missing the CONFIG_USB_OHCI_HCD symbol, as this was added during the same time as this defconfig was merged. USB 1.x devices like USB keyboards don't work due to this. Add the symbol to the defconfig as all the other boards do. Signed-off-by: Andre Przywara Reviewed-by: Jagan Teki --- diff --git a/configs/pine64-lts_defconfig b/configs/pine64-lts_defconfig index fd3cdee..a833137 100644 --- a/configs/pine64-lts_defconfig +++ b/configs/pine64-lts_defconfig @@ -16,4 +16,5 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-lts" CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y +CONFIG_USB_OHCI_HCD=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y