diff options
author | Luka Perkov <luka@openwrt.org> | 2013-08-11 15:10:38 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-08-11 15:10:38 +0000 |
commit | 5337af031e4cb489f0bfc0ee9becea4eb39fb2db (patch) | |
tree | b7c75334f43f33409c35ba5f07a63a4408748947 /target/linux/imx6/patches-3.10/0003-usb-chipidea-enable-to-build-host-support-as-module.patch | |
parent | 6b404a4d0868cde9c372470962d12ef31853d9ed (diff) | |
download | mtk-20170518-5337af031e4cb489f0bfc0ee9becea4eb39fb2db.zip mtk-20170518-5337af031e4cb489f0bfc0ee9becea4eb39fb2db.tar.gz mtk-20170518-5337af031e4cb489f0bfc0ee9becea4eb39fb2db.tar.bz2 |
imx6: fix sdma
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37752
Diffstat (limited to 'target/linux/imx6/patches-3.10/0003-usb-chipidea-enable-to-build-host-support-as-module.patch')
-rw-r--r-- | target/linux/imx6/patches-3.10/0003-usb-chipidea-enable-to-build-host-support-as-module.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/imx6/patches-3.10/0003-usb-chipidea-enable-to-build-host-support-as-module.patch b/target/linux/imx6/patches-3.10/0003-usb-chipidea-enable-to-build-host-support-as-module.patch index 9d92253..e5cac57 100644 --- a/target/linux/imx6/patches-3.10/0003-usb-chipidea-enable-to-build-host-support-as-module.patch +++ b/target/linux/imx6/patches-3.10/0003-usb-chipidea-enable-to-build-host-support-as-module.patch @@ -7,7 +7,8 @@ USB_CHIPIDEA_HOST does not need to depend on USB=y, USB_CHIPIDEA_HOST will work just fine even if USB=m is used. The depends line can be safely removed since USB_CHIPIDEA already depends on USB. -Tested on Gateworks imx6 Ventana board (gw-5400-a). +Tested on Gateworks imx6q Ventana board (gw-5400-a) and imx6dl Wandboard Dual +(imx6dl-wandboard). Signed-off-by: Luka Perkov <luka@openwrt.org> --- |