summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2011-10-10 22:07:40 -0700
committerFelipe Balbi <balbi@ti.com>2011-10-13 20:41:52 +0300
commit034d7c13a79c67d3b52dd782d68e6c324613878a (patch)
tree7fb097e30b0ac121450101da3f9ddfbb8f5f60a2 /drivers/usb/renesas_usbhs/Makefile
parente2eddc6103c7f00a2a1a0dfe5fac494d039b099a (diff)
downloadlinux-stable-034d7c13a79c67d3b52dd782d68e6c324613878a.tar.gz
linux-stable-034d7c13a79c67d3b52dd782d68e6c324613878a.tar.bz2
linux-stable-034d7c13a79c67d3b52dd782d68e6c324613878a.zip
usb: gadget: renesas_usbhs: add mod_host support
This is mod_host prototype support for renesas_usbhs driver. It doesn't support USB-Hub, and USB-DMAC for now. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/renesas_usbhs/Makefile')
-rw-r--r--drivers/usb/renesas_usbhs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/renesas_usbhs/Makefile b/drivers/usb/renesas_usbhs/Makefile
index ce08345fa15a..e44984d233f7 100644
--- a/drivers/usb/renesas_usbhs/Makefile
+++ b/drivers/usb/renesas_usbhs/Makefile
@@ -6,4 +6,5 @@ obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs.o
renesas_usbhs-y := common.o mod.o pipe.o fifo.o
+renesas_usbhs-$(CONFIG_USB_RENESAS_USBHS_HCD) += mod_host.o
renesas_usbhs-$(CONFIG_USB_RENESAS_USBHS_UDC) += mod_gadget.o