mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
sunxi: amarula_a64_relic: Enable USB host
Enable USB host controllers for Amarula A64-Relic board, the respective nodes are already present in DTS. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
2f41ade79e
commit
1659156c74
1 changed files with 2 additions and 0 deletions
|
@ -11,5 +11,7 @@ CONFIG_NR_DRAM_BANKS=1
|
|||
# CONFIG_SPL_DOS_PARTITION is not set
|
||||
# CONFIG_SPL_EFI_PARTITION is not set
|
||||
CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-amarula-relic"
|
||||
CONFIG_USB_OHCI_HCD=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_MUSB_GADGET=y
|
||||
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|
||||
|
|
Loading…
Reference in a new issue