mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 06:43:00 +02:00
board/aarch64: ensure dwc2 controller is in host mode
The DWC2 controller is a very common IP block in ARM and RiscV SoCs. With the USB subsystem back to a built-in we can now enable host mode for the DWC2 (USB 2.0) ports on RPi. It also opens up for merging the NanoPi R2S into the generic aarch64 build. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -444,6 +444,8 @@ CONFIG_USB_OHCI_HCD_PLATFORM=m
|
||||
CONFIG_USB_STORAGE=m
|
||||
CONFIG_USB_DWC3=y
|
||||
CONFIG_USB_DWC2=y
|
||||
CONFIG_USB_DWC2_HOST=y
|
||||
CONFIG_USB_DWC2_PCI=y
|
||||
CONFIG_USB_CHIPIDEA=m
|
||||
CONFIG_USB_CHIPIDEA_UDC=y
|
||||
CONFIG_USB_CHIPIDEA_HOST=y
|
||||
|
||||
Reference in New Issue
Block a user