[PATCH] master: config: arm64: CONFIG_USB_MUSB_DUAL_ROLE=y

23 Jan
2025
23 Jan
'25
11:25
Make arm64 config consistent with armv7hl. OrangePi Zero 2W has USB configured in peripheral dr_mode, so we need to have its support in the module. --- config/arm64/default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/arm64/default b/config/arm64/default index 72d7a93705f..3d1255a5209 100644 --- a/config/arm64/default +++ b/config/arm64/default @@ -9493,9 +9493,9 @@ CONFIG_USB_MTU3_HOST=y # CONFIG_USB_MTU3_DUAL_ROLE is not set # CONFIG_USB_MTU3_DEBUG is not set CONFIG_USB_MUSB_HDRC=m -CONFIG_USB_MUSB_HOST=y +# CONFIG_USB_MUSB_HOST is not set # CONFIG_USB_MUSB_GADGET is not set -# CONFIG_USB_MUSB_DUAL_ROLE is not set +CONFIG_USB_MUSB_DUAL_ROLE=y # # Platform Glue Layer -- 2.43.0
23
Age (days ago)
23
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matwey V. Kornilov