Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 323230ef authored by John Youn's avatar John Youn Committed by Felipe Balbi
Browse files

usb: dwc2: Add params.c file



Add a params.c file and move all driver parameter code there, including
all the static parameter definitions.

Signed-off-by: default avatarJohn Youn <johnyoun@synopsys.com>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent d4c0cf2d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ ccflags-$(CONFIG_USB_DWC2_VERBOSE) += -DVERBOSE_DEBUG

obj-$(CONFIG_USB_DWC2)			+= dwc2.o
dwc2-y					:= core.o core_intr.o platform.o
dwc2-y					+= params.o

ifneq ($(filter y,$(CONFIG_USB_DWC2_HOST) $(CONFIG_USB_DWC2_DUAL_ROLE)),)
	dwc2-y				+= hcd.o hcd_intr.o