diff mbox series

hmibsc_defconfig: disable DM_USB_GADGET

Message ID 20250402142812.368168-1-caleb.connolly@linaro.org
State New
Headers show
Series hmibsc_defconfig: disable DM_USB_GADGET | expand

Commit Message

Caleb Connolly April 2, 2025, 2:28 p.m. UTC
As with the db410c this breaks linking as it conflicts with the USB
controller used by these platforms.

This fixes building after DM_USB_GADGET was enabled by default for
mach-snapdragon.

Fixes: 7235dbedfce3 (mach-snapdragon: enable DM_USB_GADGET by default)
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
---
 configs/hmibsc_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/hmibsc_defconfig b/configs/hmibsc_defconfig
index 88c9c70a6399..4550eba71ab2 100644
--- a/configs/hmibsc_defconfig
+++ b/configs/hmibsc_defconfig
@@ -69,8 +69,9 @@  CONFIG_DM_PMIC=y
 CONFIG_PMIC_QCOM=y
 CONFIG_MSM_SERIAL=y
 CONFIG_SPMI_MSM=y
 CONFIG_USB=y
+# CONFIG_DM_USB_GADGET is not set
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_MSM=y
 CONFIG_USB_ULPI_VIEWPORT=y
 CONFIG_USB_ULPI=y