Add option USB_HOST_ALIGN=64 for all SoCs that have 64 byte cache lines.
This commit is contained in:
parent
b438f06822
commit
78f8db379a
@ -94,6 +94,7 @@ device md
|
||||
device gpio
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||
device usb
|
||||
options USB_DEBUG
|
||||
#options USB_REQ_DEBUG
|
||||
|
@ -106,6 +106,7 @@ device da # Direct Access (disks)
|
||||
device pass
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||
device usb
|
||||
options USB_DEBUG
|
||||
#options USB_REQ_DEBUG
|
||||
|
@ -106,6 +106,7 @@ device da # Direct Access (disks)
|
||||
device pass
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||
device usb
|
||||
options USB_DEBUG
|
||||
#options USB_REQ_DEBUG
|
||||
|
@ -134,6 +134,7 @@ device cd # CD
|
||||
device pass # Passthrough device (direct SCSI access)
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device ehci # OHCI USB interface
|
||||
device usb # USB Bus (required)
|
||||
|
@ -130,6 +130,7 @@ device cd # CD
|
||||
device pass # Passthrough device (direct SCSI access)
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||
#options USB_DEBUG # enable debug msgs
|
||||
device ehci # OHCI USB interface
|
||||
device usb # USB Bus (required)
|
||||
|
@ -133,6 +133,7 @@ device cd # CD
|
||||
device pass # Passthrough device (direct SCSI access)
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||
#options USB_DEBUG # enable debug msgs
|
||||
device ehci # OHCI USB interface
|
||||
device usb # USB Bus (required)
|
||||
|
@ -112,6 +112,7 @@ device md
|
||||
device random # Entropy device
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||
device usb
|
||||
options USB_DEBUG
|
||||
#options USB_REQ_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user