aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorAvi Fishman <AviFishman70@gmail.com>2018-06-20 09:33:04 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-25 21:59:15 +0800
commitdf44831ee2dde0d61f17ca86069f2c992c0dae95 (patch)
tree3a928152bbda0b895f257adf1e9dbaf2fa47620b /drivers/usb/host/Makefile
parentusb: cdc-acm: Decrement tty port's refcount if probe() fail (diff)
downloadwireguard-linux-df44831ee2dde0d61f17ca86069f2c992c0dae95.tar.xz
wireguard-linux-df44831ee2dde0d61f17ca86069f2c992c0dae95.zip
USB host: Add USB ehci support for nuvoton npcm7xx platform
This patch adds support for ehci controller for the Nuvoton npcm7xx platform. Most of the code was taken from ehci-spear.c + specific initialization code Signed-off-by: Avi Fishman <AviFishman70@gmail.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index 9b669c9f9a48..e6235269c151 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -43,6 +43,7 @@ obj-$(CONFIG_USB_EHCI_HCD) += ehci-hcd.o
obj-$(CONFIG_USB_EHCI_PCI) += ehci-pci.o
obj-$(CONFIG_USB_EHCI_HCD_PLATFORM) += ehci-platform.o
obj-$(CONFIG_USB_EHCI_MXC) += ehci-mxc.o
+obj-$(CONFIG_USB_EHCI_HCD_NPCM7XX) += ehci-npcm7xx.o
obj-$(CONFIG_USB_EHCI_HCD_OMAP) += ehci-omap.o
obj-$(CONFIG_USB_EHCI_HCD_ORION) += ehci-orion.o
obj-$(CONFIG_USB_EHCI_HCD_SPEAR) += ehci-spear.o