Commit fa9a582d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Felipe Balbi

usb: gadget: USB_RENESAS_USBHS_UDC should depend on HAS_DMA

If NO_DMA=y:

drivers/built-in.o: In function `usbhsg_dma_map_ctrl':
mod_gadget.c:(.text+0x53b226): undefined reference to `usb_gadget_map_request'
mod_gadget.c:(.text+0x53b242): undefined reference to `usb_gadget_unmap_request'
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent ea2fdf84
...@@ -163,7 +163,7 @@ config USB_R8A66597 ...@@ -163,7 +163,7 @@ config USB_R8A66597
config USB_RENESAS_USBHS_UDC config USB_RENESAS_USBHS_UDC
tristate 'Renesas USBHS controller' tristate 'Renesas USBHS controller'
depends on USB_RENESAS_USBHS depends on USB_RENESAS_USBHS && HAS_DMA
help help
Renesas USBHS is a discrete USB host and peripheral controller chip Renesas USBHS is a discrete USB host and peripheral controller chip
that supports both full and high speed USB 2.0 data transfers. that supports both full and high speed USB 2.0 data transfers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment