diff options
author | Tom Rini <trini@konsulko.com> | 2019-01-24 15:30:48 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-24 15:30:48 -0500 |
commit | d01806a8fcbdaedcc67cead56ece572021d97ab7 (patch) | |
tree | 8c893de10b80db16e01c2253a7cbb0a955123b76 /configs/orangepi_win_defconfig | |
parent | 68489ed037530ec29fc0bc452ad6e4b0c5db02ec (diff) | |
parent | 543049ab590620a91b37fa0296edd3bcddd0eba2 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'configs/orangepi_win_defconfig')
-rw-r--r-- | configs/orangepi_win_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/orangepi_win_defconfig b/configs/orangepi_win_defconfig index ab889ea8f5..78c55326c6 100644 --- a/configs/orangepi_win_defconfig +++ b/configs/orangepi_win_defconfig @@ -11,5 +11,6 @@ CONFIG_NR_DRAM_BANKS=1 # CONFIG_SPL_EFI_PARTITION is not set CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-orangepi-win" CONFIG_SUN8I_EMAC=y +CONFIG_USB_OHCI_HCD=y CONFIG_USB_EHCI_HCD=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y |