diff options
author | Tony Lindgren <tony@atomide.com> | 2015-09-01 13:59:25 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-09-01 13:59:25 -0700 |
commit | 21b430d23d233c67e6589ea5054d18392e15a28e (patch) | |
tree | a2ce822209fd41652ff960589d6a56dcc8d5e47b /arch/arm | |
parent | 81032e34e184a8d63598d215a6d4a3352018ffea (diff) | |
download | op-kernel-dev-21b430d23d233c67e6589ea5054d18392e15a28e.zip op-kernel-dev-21b430d23d233c67e6589ea5054d18392e15a28e.tar.gz |
ARM: omap2plus_defconfig: Enable MUSB DMA support
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 <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 50c84e1..7b35e70 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -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 |