]> Git Repo - linux.git/commitdiff
ARM: omap2plus_defconfig: Enable MUSB DMA support
authorTony Lindgren <[email protected]>
Tue, 1 Sep 2015 20:59:25 +0000 (13:59 -0700)
committerTony Lindgren <[email protected]>
Tue, 1 Sep 2015 20:59:25 +0000 (13:59 -0700)
With recent MUSB changes we can now build in support for multiple
DMA implementations. So let's enable DMA by default to make life
easier for distro use.

Acked-by: Felipe Balbi <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/configs/omap2plus_defconfig

index 50c84e1876fc857f3e5b08843b24f6c6e39e3416..7b35e70d4bb371fd337cf426a36392c54ac7303f 100644 (file)
@@ -350,6 +350,8 @@ CONFIG_USB_MUSB_HDRC=m
 CONFIG_USB_MUSB_OMAP2PLUS=m
 CONFIG_USB_MUSB_AM35X=m
 CONFIG_USB_MUSB_DSPS=m
+CONFIG_USB_INVENTRA_DMA=y
+CONFIG_USB_TI_CPPI41_DMA=y
 CONFIG_USB_DWC3=m
 CONFIG_USB_TEST=m
 CONFIG_AM335X_PHY_USB=y
This page took 0.057698 seconds and 4 git commands to generate.