[PATCH 15/15] Introduce Cadence USBSSP DRD Driver - added USBSSP in Makefile and Kconfig files

From: Pawel Laszczak
Date: Tue Jul 03 2018 - 15:58:58 EST


From: Laszczak Pawel <pawell@xxxxxxxxxxx>

Signed-off-by: Laszczak Pawel <pawell@xxxxxxxxxxx>
---
drivers/usb/Kconfig | 2 ++
drivers/usb/Makefile | 2 ++
2 files changed, 4 insertions(+)

diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index f699abab1787..dc05f384c34c 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -110,6 +110,8 @@ source "drivers/usb/mtu3/Kconfig"

source "drivers/usb/musb/Kconfig"

+source "drivers/usb/usbssp/Kconfig"
+
source "drivers/usb/dwc3/Kconfig"

source "drivers/usb/dwc2/Kconfig"
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index 060643a1b5c8..575e1fffba74 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -8,6 +8,8 @@
obj-$(CONFIG_USB) += core/
obj-$(CONFIG_USB_SUPPORT) += phy/

+obj-$(CONFIG_USB_USBSSP)) += usbssp/
+
obj-$(CONFIG_USB_DWC3) += dwc3/
obj-$(CONFIG_USB_DWC2) += dwc2/
obj-$(CONFIG_USB_ISP1760) += isp1760/
--
2.17.1