diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-04-03 13:55:54 +0900 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2014-04-30 10:30:56 +0200 |
commit | ede4d5e3872d04c75a30c5e234786b012f1c6d34 (patch) | |
tree | 561ef0678568ccd8b577f474478e3e531e2651dd /drivers/usb/host/Makefile | |
parent | a405764c1ec835a41ccda943b9156aee25e15d5e (diff) | |
download | u-boot-imx-ede4d5e3872d04c75a30c5e234786b012f1c6d34.zip u-boot-imx-ede4d5e3872d04c75a30c5e234786b012f1c6d34.tar.gz u-boot-imx-ede4d5e3872d04c75a30c5e234786b012f1c6d34.tar.bz2 |
usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs
The rmobile SoC has usb host controller.
This supports USB controllers listed in the R8A7790, R8A7791 and R8A7740.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Reviewed-by: Marek Vasut <marex@denx.de>
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 578b097..b301e28 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -36,6 +36,7 @@ obj-$(CONFIG_USB_EHCI_PCI) += ehci-pci.o obj-$(CONFIG_USB_EHCI_SPEAR) += ehci-spear.o obj-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o obj-$(CONFIG_USB_EHCI_VCT) += ehci-vct.o +obj-$(CONFIG_USB_EHCI_RMOBILE) += ehci-rmobile.o # xhci obj-$(CONFIG_USB_XHCI) += xhci.o xhci-mem.o xhci-ring.o |