* Add NVMe and XHCI USB driver fix for Raspberry Pi Add patch which fixes NVMe read reliability and allows to compile the XHCI USB driver (for Compute Module 4). * Enable Broadcom XHCI driver for Compute Module 4 The BCM2711 has two USB 2.0 IPs: A Broadcom XHCI USB 2.0 controller and a Synopsys DWC2 USB 2.0 Host/Device controller. When USB boot is used the former is active. Make sure U-Boot has the driver built-in for that IP.
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
# CONFIG_DOS_PARTITION is not set
|
|
CONFIG_USB_STORAGE=y
|
|
CONFIG_USB_FUNCTION_MASS_STORAGE=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_EHCI_GENERIC=y
|
|
CONFIG_USB_OHCI_HCD=y
|
|
|
|
CONFIG_USB_XHCI_BRCM=y
|