18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for the kernel USB device drivers. 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci# Object files in subdirectories 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_COMMON) += common/ 98c2ecf20Sopenharmony_ciobj-$(CONFIG_USB) += core/ 108c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_SUPPORT) += phy/ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_DWC3) += dwc3/ 138c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_DWC2) += dwc2/ 148c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_ISP1760) += isp1760/ 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_CDNS3) += cdns3/ 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_MON) += mon/ 198c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_MTU3) += mtu3/ 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_PCI) += host/ 228c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_EHCI_HCD) += host/ 238c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_ISP116X_HCD) += host/ 248c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_OHCI_HCD) += host/ 258c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_UHCI_HCD) += host/ 268c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_FHCI_HCD) += host/ 278c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_XHCI_HCD) += host/ 288c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_SL811_HCD) += host/ 298c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_ISP1362_HCD) += host/ 308c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_U132_HCD) += host/ 318c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_R8A66597_HCD) += host/ 328c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_HWA_HCD) += host/ 338c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_IMX21_HCD) += host/ 348c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_FSL_USB2) += host/ 358c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_FOTG210_HCD) += host/ 368c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_MAX3421_HCD) += host/ 378c2ecf20Sopenharmony_ci 388c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_C67X00_HCD) += c67x00/ 398c2ecf20Sopenharmony_ci 408c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_ACM) += class/ 418c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_PRINTER) += class/ 428c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_WDM) += class/ 438c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_TMC) += class/ 448c2ecf20Sopenharmony_ci 458c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_STORAGE) += storage/ 468c2ecf20Sopenharmony_ciobj-$(CONFIG_USB) += storage/ 478c2ecf20Sopenharmony_ci 488c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_MDC800) += image/ 498c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_MICROTEK) += image/ 508c2ecf20Sopenharmony_ci 518c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_SERIAL) += serial/ 528c2ecf20Sopenharmony_ci 538c2ecf20Sopenharmony_ciobj-$(CONFIG_USB) += misc/ 548c2ecf20Sopenharmony_ciobj-$(CONFIG_EARLY_PRINTK_USB) += early/ 558c2ecf20Sopenharmony_ci 568c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_ATM) += atm/ 578c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_SPEEDTOUCH) += atm/ 588c2ecf20Sopenharmony_ci 598c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_MUSB_HDRC) += musb/ 608c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_CHIPIDEA) += chipidea/ 618c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs/ 628c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_GADGET) += gadget/ 638c2ecf20Sopenharmony_ci 648c2ecf20Sopenharmony_ciobj-$(CONFIG_USBIP_CORE) += usbip/ 658c2ecf20Sopenharmony_ci 668c2ecf20Sopenharmony_ciobj-$(CONFIG_TYPEC) += typec/ 678c2ecf20Sopenharmony_ci 688c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_ROLE_SWITCH) += roles/ 69