On 07/03/18 12:57, Pawel Laszczak wrote: > Signed-off-by: Laszczak Pawel <pawell@xxxxxxxxxxx> > --- > drivers/usb/usbssp/Kconfig | 29 +++++++++++++++++++++++++++++ > drivers/usb/usbssp/Makefile | 17 +++++++++++++++++ > 2 files changed, 46 insertions(+) > create mode 100644 drivers/usb/usbssp/Kconfig > create mode 100644 drivers/usb/usbssp/Makefile > > diff --git a/drivers/usb/usbssp/Kconfig b/drivers/usb/usbssp/Kconfig > new file mode 100644 > index 000000000000..e55c97a2da5f > --- /dev/null > +++ b/drivers/usb/usbssp/Kconfig > @@ -0,0 +1,29 @@ > +config USB_USBSSP > + tristate "Cadence USBSSP DRD Controller" > + depends on (USB || USB_GADGET) && HAS_DMA > + select USB_USBSSP_GADGET > + help > + Say Y here if your system has a cadence USBSSP dual-role controller. > + It supports: dual-role switch Host-only, and Peripheral-only. > + > + If you choose to build this driver is a dynamically linked as a > + module, the module will be called usbssp.ko. -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html