mirror of
https://xff.cz/git/u-boot/
synced 2025-09-25 04:21:18 +02:00
configs: rk3328: config xhci controller
Add config of max root ports and add config to enable xhci controller. Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
ef82a0db5a
commit
4f3a579e05
@@ -39,3 +39,6 @@ CONFIG_USB_EHCI_HCD=y
|
|||||||
CONFIG_USB_EHCI_GENERIC=y
|
CONFIG_USB_EHCI_GENERIC=y
|
||||||
CONFIG_USB_OHCI_HCD=y
|
CONFIG_USB_OHCI_HCD=y
|
||||||
CONFIG_USB_OHCI_GENERIC=y
|
CONFIG_USB_OHCI_GENERIC=y
|
||||||
|
CONFIG_USB_XHCI_DWC3=y
|
||||||
|
CONFIG_USB_XHCI_HCD=y
|
||||||
|
CONFIG_USB_XHCI_RK=y
|
||||||
|
@@ -62,4 +62,7 @@
|
|||||||
/* rockchip ohci host driver */
|
/* rockchip ohci host driver */
|
||||||
#define CONFIG_USB_OHCI_NEW
|
#define CONFIG_USB_OHCI_NEW
|
||||||
#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1
|
#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1
|
||||||
|
|
||||||
|
/* xhci host */
|
||||||
|
#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user