linux_dsm_epyc7002/drivers/usb/musb
Arnd Bergmann 183e53e8dd usb: musb: USB_TI_CPPI41_DMA requires dmaengine support
The CPPI-4.1 driver selects TI_CPPI41, which is a dmaengine
driver and that may not be available when CONFIG_DMADEVICES
is not set:

warning: (USB_TI_CPPI41_DMA) selects TI_CPPI41 which has unmet direct dependencies (DMADEVICES && ARCH_OMAP)

This adds an extra dependency to avoid generating warnings in randconfig
builds. Ideally we'd remove the 'select' statement, but that has the
potential to break defconfig files.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 411dd19c68 ("usb: musb: Kconfig: Select the DMA driver if DMA mode of MUSB is enabled")
Signed-off-by: Felipe Balbi <balbi@ti.com>
2015-11-18 15:09:26 -06:00
..
am35x.c
blackfin.c
blackfin.h
cppi_dma.c
cppi_dma.h
da8xx.c
davinci.c
davinci.h
jz4740.c
Kconfig usb: musb: USB_TI_CPPI41_DMA requires dmaengine support 2015-11-18 15:09:26 -06:00
Makefile
musb_am335x.c
musb_core.c usb: musb: enable usb_dma parameter 2015-11-17 11:35:49 -06:00
musb_core.h
musb_cppi41.c
musb_debug.h
musb_debugfs.c
musb_dma.h
musb_dsps.c
musb_gadget_ep0.c
musb_gadget.c
musb_gadget.h
musb_host.c usb: musb: fix tx fifo flush handling 2015-11-17 11:35:48 -06:00
musb_host.h
musb_io.h
musb_regs.h
musb_virthub.c
musbhsdma.c
musbhsdma.h
omap2430.c usb: musb: omap2430: Fix regression caused by driver core change 2015-10-28 10:16:04 -07:00
omap2430.h
sunxi.c
tusb6010_omap.c
tusb6010.c
tusb6010.h
ux500_dma.c
ux500.c