Merge pull request #8466 from jernejsk/otg

Allwinner: linux: Enable OTG driver for 32-bit SoCs
This commit is contained in:
Matthias Reichl 2023-12-31 13:16:40 +01:00 committed by GitHub
commit dfd843f094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4560,9 +4560,10 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_DEFAULT_PERSIST=y CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_FEW_INIT_RETRIES is not set # CONFIG_USB_FEW_INIT_RETRIES is not set
# CONFIG_USB_DYNAMIC_MINORS is not set # CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set CONFIG_USB_OTG=y
# CONFIG_USB_OTG_PRODUCTLIST is not set # CONFIG_USB_OTG_PRODUCTLIST is not set
# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set # CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set
# CONFIG_USB_OTG_FSM is not set
# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set # CONFIG_USB_LEDS_TRIGGER_USBPORT is not set
CONFIG_USB_AUTOSUSPEND_DELAY=2 CONFIG_USB_AUTOSUSPEND_DELAY=2
CONFIG_USB_MON=m CONFIG_USB_MON=m