diff options
author | Chris Brandt <chris.brandt@renesas.com> | 2019-05-15 18:20:44 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-21 11:25:59 +0300 |
commit | b69dce6341053cd51f3692a2ab3825140fad6ab8 (patch) | |
tree | a07a28a0f3a8abc1470fcb425b6a36c3ea7a6e6b /drivers/usb/renesas_usbhs/Makefile | |
parent | f756066990607dbe8ea5579c925b48e646891f3e (diff) | |
download | linux-b69dce6341053cd51f3692a2ab3825140fad6ab8.tar.xz |
usb: renesas_usbhs: Add support for RZ/A2
The RZ/A2 is similar to the R-Car Gen3 with some small differences.
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
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 5c5b51bb48ef..a1fed56b0957 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 rza.o +renesas_usbhs-y := common.o mod.o pipe.o fifo.o rcar2.o rcar3.o rza.o rza2.o ifneq ($(CONFIG_USB_RENESAS_USBHS_HCD),) renesas_usbhs-y += mod_host.o |