From: kaloz Date: Sun, 9 Feb 2014 14:08:10 +0000 (+0000) Subject: [usb]: use musb in PIO mode, as DMA support is platform dependent X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=320ad5eea63b0889e2e531125ac804473a206793;p=openwrt.git [usb]: use musb in PIO mode, as DMA support is platform dependent Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39549 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 5fd263567f..15133a81c2 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -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 \