diff options
| author | Tom Rini <[email protected]> | 2025-02-27 14:51:00 -0600 |
|---|---|---|
| committer | Mattijs Korpershoek <[email protected]> | 2025-03-10 09:22:35 +0100 |
| commit | 7f061aba9af99d2e911418939f0dbd5b79911a1e (patch) | |
| tree | 1cc7682850b0d25d796e2b0cdcbeb0560de9fa68 /Makefile | |
| parent | 743c15b9fdd2f639012a2c26734dc146dc568218 (diff) | |
usb: gadget: Remove final remnants of CONFIG_USB_DEVICE
The lone user of the legacy USB device framework have been removed for
some time. Remove the final parts of the code that were missed.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -878,7 +878,6 @@ libs-y += drivers/usb/dwc3/ libs-y += drivers/usb/common/ libs-y += drivers/usb/emul/ libs-y += drivers/usb/eth/ -libs-$(CONFIG_USB_DEVICE) += drivers/usb/gadget/ libs-$(CONFIG_USB_GADGET) += drivers/usb/gadget/ libs-$(CONFIG_USB_GADGET) += drivers/usb/gadget/udc/ libs-y += drivers/usb/host/ |
