Skip to content

Commit

Permalink
usb: musb: Kconfig: Select the DMA driver if DMA mode of MUSB is enabled
Browse files Browse the repository at this point in the history
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 <george.cherian@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
George Cherian authored and Felipe Balbi committed May 14, 2014
1 parent b34e08d commit 411dd19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/musb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 411dd19

Please sign in to comment.