sunxi: usb: Switch to Generic host controllers
Onc of key blocker for using USB Generic host controller drivers in Allwinner are CLK and RESET drivers, now these available for USB usage. So switch sunxi USB use EHCI and OHCI Generic controllers. Enabling USB is wisely a board choise, So Enable USB_OHCI_HCD where it already have USB_EHCI_HCD Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
@@ -190,6 +190,7 @@ config USB_EHCI_GENERIC
|
||||
bool "Support for generic EHCI USB controller"
|
||||
depends on OF_CONTROL
|
||||
depends on DM_USB
|
||||
default ARCH_SUNXI
|
||||
default n
|
||||
---help---
|
||||
Enables support for generic EHCI controller.
|
||||
@@ -220,6 +221,7 @@ config USB_OHCI_GENERIC
|
||||
bool "Support for generic OHCI USB controller"
|
||||
depends on OF_CONTROL
|
||||
depends on DM_USB
|
||||
default ARCH_SUNXI
|
||||
select USB_HOST
|
||||
---help---
|
||||
Enables support for generic OHCI controller.
|
||||
|
||||
Reference in New Issue
Block a user