Re: [PATCH 2/4] arm64: defconfig: Enable USB-DMAC for R-Car

2018-02-14 Thread Geert Uytterhoeven
On Wed, Feb 14, 2018 at 7:23 AM, Yoshihiro Shimoda
 wrote:
> Enable the R-Car's USB-DMAC controller. This controller will be used
> by HS-USB (renesas_usbhs driver). Since the renesas_usbhs driver
> (CONFIG_USB_RENESAS_USBHS_UDC) is enabled as module, the USB-DMAC
> driver is also enabled as module.
>
> Signed-off-by: Yoshihiro Shimoda 

Acked-by: Geert Uytterhoeven 

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


[PATCH 2/4] arm64: defconfig: Enable USB-DMAC for R-Car

2018-02-13 Thread Yoshihiro Shimoda
Enable the R-Car's USB-DMAC controller. This controller will be used
by HS-USB (renesas_usbhs driver). Since the renesas_usbhs driver
(CONFIG_USB_RENESAS_USBHS_UDC) is enabled as module, the USB-DMAC
driver is also enabled as module.

Signed-off-by: Yoshihiro Shimoda 
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 59c11a5..9f55541 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -501,6 +501,7 @@ CONFIG_QCOM_BAM_DMA=y
 CONFIG_QCOM_HIDMA_MGMT=y
 CONFIG_QCOM_HIDMA=y
 CONFIG_RCAR_DMAC=y
+CONFIG_RENESAS_USB_DMAC=m
 CONFIG_VFIO=y
 CONFIG_VFIO_PCI=y
 CONFIG_VIRTIO_PCI=y
-- 
1.9.1