diff options
author | Chris Brandt <chris.brandt@renesas.com> | 2018-01-08 15:30:53 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-09 18:18:50 +0300 |
commit | aec2927b5944df70bca4bdeea6c4e7c3195dc37a (patch) | |
tree | af5e6bbf6492629d87e44a44908d329156209997 /drivers/usb/renesas_usbhs/Makefile | |
parent | ce5bf9a50daf2d9078b505aca1cea22e88ecb94a (diff) | |
download | linux-aec2927b5944df70bca4bdeea6c4e7c3195dc37a.tar.xz |
usb: renesas_usbhs: Add support for RZ/A1
This patch adds the capability to support RZ/A1 SoCs.
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/renesas_usbhs/Makefile')
-rw-r--r-- | drivers/usb/renesas_usbhs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/renesas_usbhs/Makefile b/drivers/usb/renesas_usbhs/Makefile index fac147a3ad23..5c5b51bb48ef 100644 --- a/drivers/usb/renesas_usbhs/Makefile +++ b/drivers/usb/renesas_usbhs/Makefile @@ -5,7 +5,7 @@ obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs.o -renesas_usbhs-y := common.o mod.o pipe.o fifo.o rcar2.o rcar3.o +renesas_usbhs-y := common.o mod.o pipe.o fifo.o rcar2.o rcar3.o rza.o ifneq ($(CONFIG_USB_RENESAS_USBHS_HCD),) renesas_usbhs-y += mod_host.o |