mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
This driver is used across all MSM SoCs. Hence give a generic name. All Functions and strutures are also using "msm_otg" as prefix. Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
21 lines
598 B
Makefile
21 lines
598 B
Makefile
#
|
|
# OTG infrastructure and transceiver drivers
|
|
#
|
|
|
|
ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
|
|
ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG
|
|
|
|
# infrastructure
|
|
obj-$(CONFIG_USB_OTG_UTILS) += otg.o
|
|
|
|
# transceiver drivers
|
|
obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o
|
|
obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o
|
|
obj-$(CONFIG_TWL4030_USB) += twl4030-usb.o
|
|
obj-$(CONFIG_TWL6030_USB) += twl6030-usb.o
|
|
obj-$(CONFIG_USB_LANGWELL_OTG) += langwell_otg.o
|
|
obj-$(CONFIG_NOP_USB_XCEIV) += nop-usb-xceiv.o
|
|
obj-$(CONFIG_USB_ULPI) += ulpi.o
|
|
obj-$(CONFIG_USB_MSM_OTG) += msm_otg.o
|
|
obj-$(CONFIG_AB8500_USB) += ab8500-usb.o
|