diff options
| author | Patrice Chotard <[email protected]> | 2025-01-30 17:35:45 +0100 |
|---|---|---|
| committer | Mattijs Korpershoek <[email protected]> | 2025-02-11 09:00:42 +0100 |
| commit | d0ff527f6237a78fb289b02e5dab63a23478565b (patch) | |
| tree | 781b4290444d0ed80991e00ea93e053e63bf0702 | |
| parent | 08fec26a67643fac05e2a076d19c54bca6f6e427 (diff) | |
configs: stih410-b2260: Enable DM_USB_GADGET flag
Enable DM_USB_GADGET flag.
Signed-off-by: Patrice Chotard <[email protected]>
Cc: Marek Vasut <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mattijs Korpershoek <[email protected]>
| -rw-r--r-- | configs/stih410-b2260_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig index 4fcbf75548b..5641fd1d8d7 100644 --- a/configs/stih410-b2260_defconfig +++ b/configs/stih410-b2260_defconfig @@ -54,6 +54,7 @@ CONFIG_STI_ASC_SERIAL=y CONFIG_SYSRESET=y CONFIG_TIMER=y CONFIG_USB=y +CONFIG_DM_USB_GADGET=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_EHCI_HCD=y |
