Re: [PATCH 14/15] Introduce Cadence USBSSP DRD Driver - added Kconfig and Makefile files.

From: Randy Dunlap
Date: Tue Jul 03 2018 - 16:30:21 EST


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