diff options
| author | Tom Rini <[email protected]> | 2025-09-26 09:30:34 -0600 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-11-12 22:13:03 +0100 |
| commit | 70c3b4c3185c224211dda7273c5ce5f97ffffc5e (patch) | |
| tree | c3e2b181674845db0e4109efcf713d6f6e684b3f /drivers | |
| parent | 4ea93facebcd22d18e390fa566ae2bd79fcc4672 (diff) | |
usb: gadget: Tighten CI_UDC dependencies
This driver cannot build when DM_USB_GADGET is enabled as both options
control building of files that use the same global namespace and
functionality. In this case make CI_UDC depend on DM_USB_GADGET being
disabled as non-DM support is the legacy choice.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/gadget/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 4cafb49234f..7e08aeab904 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -151,6 +151,7 @@ config USB_GADGET_OS_DESCRIPTORS config CI_UDC bool "ChipIdea device controller" + depends on !DM_USB_GADGET select USB_GADGET_DUALSPEED help Say Y here to enable device controller functionality of the |
