diff options
author | Manjunath Goudar <manjunath.goudar@linaro.org> | 2013-09-21 07:08:42 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-26 14:35:02 -0400 |
commit | e3825b48e2cc8014b3088f8bff1c5f35652f298d (patch) | |
tree | c0519457e480d2e27f06ad9d1d3b7f084a4a4a3a /drivers/usb/host/Makefile | |
parent | 1cc6ac59ffaa164c12003c5c3ce9590b0cba3b50 (diff) |
USB: OHCI: make ohci-at91 a separate driver
Separate the TI OHCI Atmel host controller driver from ohci-hcd
host code so that it can be built as a separate driver module.
This work is part of enabling multi-platform kernels on ARM.
Signed-off-by: Manjunath Goudar <manjunath.goudar@linaro.org>
Signed-off-by: Deepak Saxena <dsaxena@linaro.org>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r-- | drivers/usb/host/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index b8dcba57d8b0..15dc677e7889 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile | |||
@@ -51,6 +51,7 @@ obj-$(CONFIG_USB_OHCI_EXYNOS) += ohci-exynos.o | |||
51 | obj-$(CONFIG_USB_OHCI_HCD_OMAP1) += ohci-omap.o | 51 | obj-$(CONFIG_USB_OHCI_HCD_OMAP1) += ohci-omap.o |
52 | obj-$(CONFIG_USB_OHCI_HCD_OMAP3) += ohci-omap3.o | 52 | obj-$(CONFIG_USB_OHCI_HCD_OMAP3) += ohci-omap3.o |
53 | obj-$(CONFIG_USB_OHCI_HCD_SPEAR) += ohci-spear.o | 53 | obj-$(CONFIG_USB_OHCI_HCD_SPEAR) += ohci-spear.o |
54 | obj-$(CONFIG_USB_OHCI_HCD_AT91) += ohci-at91.o | ||
54 | 55 | ||
55 | obj-$(CONFIG_USB_UHCI_HCD) += uhci-hcd.o | 56 | obj-$(CONFIG_USB_UHCI_HCD) += uhci-hcd.o |
56 | obj-$(CONFIG_USB_FHCI_HCD) += fhci.o | 57 | obj-$(CONFIG_USB_FHCI_HCD) += fhci.o |