use musb in PIO mode, as DMA support is platform dependent

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 39549
lede-17.01
Imre Kaloz 2014-02-09 14:08:10 +00:00
parent 8be96490d6
commit 31a76badcb
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ define KernelPackage/musb-hdrc
TITLE:=Support for Mentor Graphics silicon dual role USB
KCONFIG:= \
CONFIG_USB_MUSB_HDRC \
CONFIG_MUSB_PIO_ONLY=n \
CONFIG_USB_INVENTRA_DMA=n \
CONFIG_USB_TI_CPPI41_DMA=n \
CONFIG_MUSB_PIO_ONLY=y \
CONFIG_USB_MUSB_DUAL_ROLE=y \
CONFIG_USB_MUSB_GADGET=n \
CONFIG_USB_MUSB_HOST=n \