Commit d456376b59459403c4570d66297cc34f7264bd6d

Authored by Sherry Sun
1 parent 342adc8948

MLK-22336-3 usb: Kconfig: imply DM_USB_GADGET

Since the ci_udc driver has been converted to DM driver, the
CONFIG_DM_USB_GADGET should also be selected when CONFIG_CI_UDC
is enabled, then we can use DM ci_udc driver.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/usb/gadget/Kconfig
... ... @@ -94,6 +94,7 @@
94 94 config CI_UDC
95 95 bool "ChipIdea device controller"
96 96 select USB_GADGET_DUALSPEED
  97 + imply DM_USB_GADGET
97 98 help
98 99 Say Y here to enable device controller functionality of the
99 100 ChipIdea driver.