summaryrefslogtreecommitdiff
path: root/configs/khadas-vim3_android_defconfig
diff options
context:
space:
mode:
authorMattijs Korpershoek <[email protected]>2022-11-23 16:42:50 +0100
committerNeil Armstrong <[email protected]>2023-01-17 09:27:17 +0100
commitb96640cbfb319071aea7915cfa2f7aefe08bbc08 (patch)
treea71c16245929fbcb7d57e7a954ebafd366a8e331 /configs/khadas-vim3_android_defconfig
parentfd083842d719cf13d64b0ec061d3c7be98be91a2 (diff)
ARM: meson: g12a: switch dwc2 otg to DM
With CONFIG_DM_USB_GADGET=y, we no longer need any board_usb_*() logic because: * the dwc2 driver is DM compatible, and handles its own clock enabling * the dwc3-meson-g12a glue drivers handles "force mode switching" Remove all mach-meson/g12a usb code and enable CONFIG_DM_USB_GADGET. Note: Only configs having both CONFIG_USB_DWC3_MESON_G12A=y *and* USB_GADGET_DWC2_OTG=y have been updated. Signed-off-by: Mattijs Korpershoek <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'configs/khadas-vim3_android_defconfig')
-rw-r--r--configs/khadas-vim3_android_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/khadas-vim3_android_defconfig b/configs/khadas-vim3_android_defconfig
index 7a2815d29f6..3ac915ef171 100644
--- a/configs/khadas-vim3_android_defconfig
+++ b/configs/khadas-vim3_android_defconfig
@@ -82,6 +82,7 @@ CONFIG_MESON_SPIFC=y
CONFIG_SYSINFO=y
CONFIG_SYSINFO_SMBIOS=y
CONFIG_USB=y
+CONFIG_DM_USB_GADGET=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_DWC3=y