Update linux.aarch64.conf
Fixes issues with USB not working after a suspend-resume cycle by making dwc2 a module, allowing for the workaround already present to work.
This commit is contained in:
parent
0958ab5c11
commit
212ba0c139
1 changed files with 1 additions and 1 deletions
|
@ -4248,7 +4248,7 @@ CONFIG_USB_DWC3_DUAL_ROLE=y
|
|||
# Platform Glue Driver Support
|
||||
#
|
||||
CONFIG_USB_DWC3_OF_SIMPLE=y
|
||||
CONFIG_USB_DWC2=y
|
||||
CONFIG_USB_DWC2=m
|
||||
# CONFIG_USB_DWC2_HOST is not set
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue