mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
sunxi: Fix default-enablement of USB host drivers
We tried to enable USB_EHCI_GENERIC and USB_OHCI_GENERIC by default. This did not work because those symbols depend on USB_EHCI_HCD and USB_OHCI_HCD, which were not enabled. Fix this by implying all four. Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
a90afc6730
commit
93087cb2d1
@ -1185,7 +1185,11 @@ config ARCH_SUNXI
|
|||||||
imply SYSRESET
|
imply SYSRESET
|
||||||
imply SYSRESET_WATCHDOG
|
imply SYSRESET_WATCHDOG
|
||||||
imply SYSRESET_WATCHDOG_AUTO
|
imply SYSRESET_WATCHDOG_AUTO
|
||||||
|
imply USB_EHCI_GENERIC
|
||||||
|
imply USB_EHCI_HCD
|
||||||
imply USB_GADGET
|
imply USB_GADGET
|
||||||
|
imply USB_OHCI_GENERIC
|
||||||
|
imply USB_OHCI_HCD
|
||||||
imply WDT
|
imply WDT
|
||||||
|
|
||||||
config ARCH_U8500
|
config ARCH_U8500
|
||||||
|
@ -280,7 +280,6 @@ config USB_EHCI_ZYNQ
|
|||||||
config USB_EHCI_GENERIC
|
config USB_EHCI_GENERIC
|
||||||
bool "Support for generic EHCI USB controller"
|
bool "Support for generic EHCI USB controller"
|
||||||
depends on DM_USB
|
depends on DM_USB
|
||||||
default ARCH_SUNXI
|
|
||||||
---help---
|
---help---
|
||||||
Enables support for generic EHCI controller.
|
Enables support for generic EHCI controller.
|
||||||
|
|
||||||
@ -342,7 +341,6 @@ config USB_OHCI_PCI
|
|||||||
|
|
||||||
config USB_OHCI_GENERIC
|
config USB_OHCI_GENERIC
|
||||||
bool "Support for generic OHCI USB controller"
|
bool "Support for generic OHCI USB controller"
|
||||||
default ARCH_SUNXI
|
|
||||||
---help---
|
---help---
|
||||||
Enables support for generic OHCI controller.
|
Enables support for generic OHCI controller.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user