Re: [PATCH] usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver

2022-04-22 Thread Sean Anderson
Hi Angus, On 4/22/22 1:47 PM, Angus Ainslie wrote: > Suppress warnings when building the SPL without USB_DWC3_GENERIC > > Signed-off-by: Angus Ainslie > --- > drivers/usb/dwc3/Kconfig | 7 +++ > drivers/usb/dwc3/Makefile | 2 +- > 2 files changed, 8 insertions(+), 1 deletion(-) > > diff -

[PATCH] usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver

2022-04-22 Thread Angus Ainslie
Suppress warnings when building the SPL without USB_DWC3_GENERIC Signed-off-by: Angus Ainslie --- drivers/usb/dwc3/Kconfig | 7 +++ drivers/usb/dwc3/Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 62aa6