[armhf] musb: Disable MUSB_PIO_ONLY and enable USB_INVENTRA_DMA, USB_TI_CPPI41_DMA, USB_TUSB_OMAP_DMA

This commit is contained in:
Ben Hutchings 2015-11-29 18:03:06 +00:00
parent 10bc230095
commit f499576fed
2 changed files with 6 additions and 1 deletions

2
debian/changelog vendored
View File

@ -30,6 +30,8 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium
* [armhf] USB: Change USB, USB_GADGET, and various drivers from built-in to
modules
- musb: Enable USB_MUSB_DUAL_ROLE
* [armhf] musb: Disable MUSB_PIO_ONLY and enable USB_INVENTRA_DMA,
USB_TI_CPPI41_DMA, USB_TUSB_OMAP_DMA
[ Ian Campbell ]
* [armel/orion5x] Enable Device Tree for orion5x. Patch from Roger Shimizu

View File

@ -918,7 +918,10 @@ CONFIG_USB_MUSB_TUSB6010=m
CONFIG_USB_MUSB_OMAP2PLUS=m
CONFIG_USB_MUSB_AM35X=m
CONFIG_USB_MUSB_DSPS=m
CONFIG_MUSB_PIO_ONLY=y
# CONFIG_MUSB_PIO_ONLY is not set
CONFIG_USB_INVENTRA_DMA=y
CONFIG_USB_TI_CPPI41_DMA=y
CONFIG_USB_TUSB_OMAP_DMA=y
##
## file: drivers/usb/phy/Kconfig