diff options
author | Caleb Connolly <caleb.connolly@linaro.org> | 2025-04-02 16:28:03 +0200 |
---|---|---|
committer | Caleb Connolly <caleb.connolly@linaro.org> | 2025-04-10 15:43:11 +0200 |
commit | c5e05651b1a89e83250936df41c0569b65f0ab93 (patch) | |
tree | b2045bfe937ad86d28fdd08142a1bb237e995d99 | |
parent | 602ceb0c9279e15f94e160c70d471da6c4300841 (diff) |
hmibsc_defconfig: disable DM_USB_GADGET
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)
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250402142812.368168-1-caleb.connolly@linaro.org
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
-rw-r--r-- | configs/hmibsc_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/hmibsc_defconfig b/configs/hmibsc_defconfig index 88c9c70a639..4550eba71ab 100644 --- a/configs/hmibsc_defconfig +++ b/configs/hmibsc_defconfig @@ -70,6 +70,7 @@ 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 |