summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorCaleb Connolly <[email protected]>2025-03-24 19:17:39 +0100
committerCaleb Connolly <[email protected]>2025-04-10 15:43:08 +0200
commit520f26425bb01c2fd471d0b8efd89bad5671a3b0 (patch)
treef9531ac82daf14ce8f9c7cc7968508a9aca20dfe /arch
parentc8db6bdba6dc4ca5f9570994c8640ba08a27e62e (diff)
mach-snapdragon: enable DM_USB_GADGET by default
This is required for gadget modes to work on most platforms. It must be disabled for dragonboard410c since that doesn't use dwc3. USB on other MSM8916 platforms isn't supported by qcom_defconfig anyway. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index b7311d3b754..6e234af4ac9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1126,6 +1126,7 @@ config ARCH_SNAPDRAGON
select SYSRESET_PSCI
imply OF_UPSTREAM
imply CMD_DM
+ imply DM_USB_GADGET
config ARCH_SOCFPGA
bool "Altera SOCFPGA family"