From: George Cherian Date: Fri, 2 May 2014 08:11:00 +0000 (+0530) Subject: usb: musb: Kconfig: Select the DMA driver if DMA mode of MUSB is enabled X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=411dd19c682dd9c1c29a722bde2d172ee72707de;p=linux-beck.git usb: musb: Kconfig: Select the DMA driver if DMA mode of MUSB is enabled AM335x MUSB supports both PIO and DMA mode. When DMA mode is selected users need to explicitly enable the DMA driver. To avoid the extra configuration select the DMA driver if DMA mode is set for AM335x MUSB. Signed-off-by: George Cherian Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index 8b789792f6fa..6b2a4b8b82ca 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig @@ -141,6 +141,7 @@ config USB_TI_CPPI_DMA config USB_TI_CPPI41_DMA bool 'TI CPPI 4.1 (AM335x)' depends on ARCH_OMAP + select TI_CPPI41 config USB_TUSB_OMAP_DMA bool 'TUSB 6010'