]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: meson: enable missing DM_USB_GADGET
authorNeil Armstrong <neil.armstrong@linaro.org>
Wed, 6 Dec 2023 09:04:21 +0000 (10:04 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Thu, 7 Dec 2023 08:36:19 +0000 (09:36 +0100)
commit4005729c0de234ffcf36465f6471755617b42375
tree0d1098fbbb56f8ba2c9581c4af3d3f226585b664
parent2f0282922b2c458eea7f85c500a948a587437b63
configs: meson: enable missing DM_USB_GADGET

Since commit b96640cbfb ("ARM: meson: g12a: switch dwc2 otg to DM")
and commit e327e2affd ("ARM: meson: switch AXG & GX dwc2 otg to DM")
Amlogic boards now requires DM_USB_GADGET to have USB Gadget to work.

Add it to the boards configs as returned by:
$ grep -L DM_USB_GADGET $(grep -l CONFIG_USB_GADGET $(grep -l MESON configs/*))

Fixes: b96640cbfb ("ARM: meson: g12a: switch dwc2 otg to DM")
Fixes: e327e2affd ("ARM: meson: switch AXG & GX dwc2 otg to DM")
Link: https://lore.kernel.org/r/20231206-u-boot-m2s-fix-usb-gadget-v1-1-1c4c66cd10f3@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
configs/bananapi-m2-pro_defconfig
configs/bananapi-m2s_defconfig
configs/libretech-cc_v2_defconfig
configs/odroid-go-ultra_defconfig
configs/radxa-zero2_defconfig