mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 00:05:14 +07:00
![Laurent Pinchart](/assets/img/avatar_default.png)
Enable compilation of the isp1760 driver in pure host mode, pure device mode, or dual-role mode. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
6 lines
183 B
Makefile
6 lines
183 B
Makefile
isp1760-y := isp1760-core.o isp1760-if.o
|
|
isp1760-$(CONFIG_USB_ISP1760_HCD) += isp1760-hcd.o
|
|
isp1760-$(CONFIG_USB_ISP1761_UDC) += isp1760-udc.o
|
|
|
|
obj-$(CONFIG_USB_ISP1760) += isp1760.o
|