Philipp Zabel | 6084f1b | 2008-11-24 12:00:01 -0800 | [diff] [blame] | 1 | # |
| 2 | # OTG infrastructure and transceiver drivers |
| 3 | # |
| 4 | |
matt mooney | 0a2b8a0 | 2010-10-06 19:03:26 -0700 | [diff] [blame] | 5 | ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG |
| 6 | ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG |
| 7 | |
Tony Lindgren | 3cb22d6 | 2008-11-24 12:02:21 -0800 | [diff] [blame] | 8 | # infrastructure |
| 9 | obj-$(CONFIG_USB_OTG_UTILS) += otg.o |
| 10 | |
| 11 | # transceiver drivers |
Philipp Zabel | 6084f1b | 2008-11-24 12:00:01 -0800 | [diff] [blame] | 12 | obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o |
David Brownell | b8da867 | 2008-11-24 11:53:35 -0800 | [diff] [blame] | 13 | obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o |
David Brownell | 9ebd961 | 2008-12-18 12:25:44 -0800 | [diff] [blame] | 14 | obj-$(CONFIG_TWL4030_USB) += twl4030-usb.o |
Hema HK | 221946d | 2010-12-10 18:10:37 +0530 | [diff] [blame] | 15 | obj-$(CONFIG_TWL6030_USB) += twl6030-usb.o |
Hao Wu | f0ae849 | 2010-08-05 14:17:28 +0100 | [diff] [blame] | 16 | obj-$(CONFIG_USB_LANGWELL_OTG) += langwell_otg.o |
Ajay Kumar Gupta | f6d92a0 | 2009-02-06 17:32:35 +0530 | [diff] [blame] | 17 | obj-$(CONFIG_NOP_USB_XCEIV) += nop-usb-xceiv.o |
Daniel Mack | 2d57a95 | 2009-10-15 17:09:35 +0300 | [diff] [blame] | 18 | obj-$(CONFIG_USB_ULPI) += ulpi.o |
Benoit Goby | ee398ba | 2011-03-09 16:28:54 -0800 | [diff] [blame] | 19 | obj-$(CONFIG_USB_ULPI_VIEWPORT) += ulpi_viewport.o |
Pavankumar Kondeti | dfb2130 | 2011-03-04 22:45:02 +0530 | [diff] [blame] | 20 | obj-$(CONFIG_USB_MSM_OTG) += msm_otg.o |
Mian Yousaf Kaukab | 9691523 | 2010-12-07 15:00:09 +0100 | [diff] [blame] | 21 | obj-$(CONFIG_AB8500_USB) += ab8500-usb.o |
Li Yang | 0807c50 | 2011-04-18 22:01:59 +0200 | [diff] [blame] | 22 | fsl_usb2_otg-objs := fsl_otg.o otg_fsm.o |
| 23 | obj-$(CONFIG_FSL_USB2_OTG) += fsl_usb2_otg.o |
Neil Zhang | 277164f | 2011-12-20 13:20:22 +0800 | [diff] [blame] | 24 | obj-$(CONFIG_USB_MV_OTG) += mv_otg.o |