Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Jean-Christophe PLAGNIOL-VILLARD | 780133c | 2007-11-24 19:40:11 +0100 | [diff] [blame] | 2 | # |
| 3 | # (C) Copyright 2000-2007 |
| 4 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
Jean-Christophe PLAGNIOL-VILLARD | 780133c | 2007-11-24 19:40:11 +0100 | [diff] [blame] | 5 | |
Marek Vasut | 98b9193 | 2023-05-06 16:42:39 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_$(SPL_TPL_)USB_GADGET) += epautoconf.o config.o usbstring.o |
| 7 | obj-$(CONFIG_$(SPL_TPL_)USB_ETHER) += epautoconf.o config.o usbstring.o ether.o |
Marek Vasut | c2fc02b | 2023-05-06 16:42:40 +0200 | [diff] [blame] | 8 | obj-$(CONFIG_$(SPL_TPL_)USB_ETH_RNDIS) += rndis.o |
Pantelis Antoniou | c18ea6d | 2012-12-03 00:10:28 +0000 | [diff] [blame] | 9 | |
Stefan Agner | e542edd | 2016-11-21 10:58:52 -0800 | [diff] [blame] | 10 | ifdef CONFIG_SPL_BUILD |
Jean-Jacques Hiblot | 6a22852 | 2019-01-10 15:44:13 +0100 | [diff] [blame] | 11 | obj-$(CONFIG_SPL_USB_GADGET) += g_dnl.o |
Andrew F. Davis | 6d932e6 | 2019-01-17 13:43:02 -0600 | [diff] [blame] | 12 | obj-$(CONFIG_SPL_DFU) += f_dfu.o |
Stefan Agner | d0d9d21 | 2017-08-16 11:00:54 -0700 | [diff] [blame] | 13 | obj-$(CONFIG_SPL_USB_SDP_SUPPORT) += f_sdp.o |
Stefan Agner | e542edd | 2016-11-21 10:58:52 -0800 | [diff] [blame] | 14 | endif |
| 15 | |
Vitaly Kuzmichev | 063019b | 2010-08-12 16:44:39 +0400 | [diff] [blame] | 16 | # new USB gadget layer dependencies |
Lukasz Majewski | ac3c831 | 2011-10-27 10:36:46 +0200 | [diff] [blame] | 17 | ifdef CONFIG_USB_GADGET |
Heiko Schocher | 774e1d4 | 2015-09-08 11:52:51 +0200 | [diff] [blame] | 18 | obj-$(CONFIG_USB_GADGET_AT91) += at91_udc.o |
Masahiro Yamada | 3e02168 | 2013-10-17 17:34:56 +0900 | [diff] [blame] | 19 | obj-$(CONFIG_USB_GADGET_ATMEL_USBA) += atmel_usba_udc.o |
Jiandong Zheng | 3d31026 | 2015-07-09 14:26:40 -0700 | [diff] [blame] | 20 | obj-$(CONFIG_USB_GADGET_BCM_UDC_OTG_PHY) += bcm_udc_otg_phy.o |
Marek Vasut | bc623f2 | 2015-08-19 23:27:26 +0200 | [diff] [blame] | 21 | obj-$(CONFIG_USB_GADGET_DWC2_OTG) += dwc2_udc_otg.o |
| 22 | obj-$(CONFIG_USB_GADGET_DWC2_OTG_PHY) += dwc2_udc_otg_phy.o |
Tom Rini | 6ef6e5a | 2023-02-11 09:25:44 -0500 | [diff] [blame] | 23 | obj-$(CONFIG_USB_GADGET_MAX3420) += max3420_udc.o |
Tom Rini | 553c1de | 2016-09-27 08:36:56 -0400 | [diff] [blame] | 24 | ifndef CONFIG_SPL_BUILD |
Stefan Agner | 0489c3b | 2016-11-21 10:58:53 -0800 | [diff] [blame] | 25 | obj-$(CONFIG_USB_GADGET_DOWNLOAD) += g_dnl.o |
Stefan Agner | e542edd | 2016-11-21 10:58:52 -0800 | [diff] [blame] | 26 | obj-$(CONFIG_USB_FUNCTION_THOR) += f_thor.o |
Marek Vasut | 7f8d436 | 2018-02-16 16:41:18 +0100 | [diff] [blame] | 27 | obj-$(CONFIG_DFU_OVER_USB) += f_dfu.o |
Paul Kocialkowski | 045d605 | 2015-06-12 19:56:58 +0200 | [diff] [blame] | 28 | obj-$(CONFIG_USB_FUNCTION_MASS_STORAGE) += f_mass_storage.o |
Paul Kocialkowski | d55acc0 | 2015-06-12 19:56:59 +0200 | [diff] [blame] | 29 | obj-$(CONFIG_USB_FUNCTION_FASTBOOT) += f_fastboot.o |
Stefan Agner | ffbd5d0 | 2017-08-16 11:00:51 -0700 | [diff] [blame] | 30 | obj-$(CONFIG_USB_FUNCTION_SDP) += f_sdp.o |
Eddie Cai | f646092 | 2017-12-15 08:17:10 +0800 | [diff] [blame] | 31 | obj-$(CONFIG_USB_FUNCTION_ROCKUSB) += f_rockusb.o |
Loic Poulain | eb78f83 | 2021-11-25 18:16:15 +0100 | [diff] [blame] | 32 | obj-$(CONFIG_USB_FUNCTION_ACM) += f_acm.o |
Lukasz Majewski | ac3c831 | 2011-10-27 10:36:46 +0200 | [diff] [blame] | 33 | endif |
Stefan Agner | e542edd | 2016-11-21 10:58:52 -0800 | [diff] [blame] | 34 | endif |
Marek Vasut | 9725534 | 2022-08-23 19:06:51 +0200 | [diff] [blame] | 35 | |
| 36 | obj-$(CONFIG_CI_UDC) += ci_udc.o |
| 37 | |
Remy Bohmer | df06344 | 2009-07-29 18:18:43 +0200 | [diff] [blame] | 38 | # Devices not related to the new gadget layer depend on CONFIG_USB_DEVICE |
Marek Vasut | 9725534 | 2022-08-23 19:06:51 +0200 | [diff] [blame] | 39 | # This is really only N900 and USBTTY now. |
| 40 | obj-$(CONFIG_USB_DEVICE) += core.o ep0.o |