diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2014-09-17 23:34:10 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2014-09-17 23:34:10 +0000 |
commit | 04a55c31d26ec81937df76b71b429cc2aaddc3f5 (patch) | |
tree | 5d3023e87a7d3211e4dbfe75c321a61df6321611 /target/linux/sunxi | |
parent | 45cafa800f8c0895c97ea8300e169846e11d0fa9 (diff) | |
download | upstream-04a55c31d26ec81937df76b71b429cc2aaddc3f5.tar.gz upstream-04a55c31d26ec81937df76b71b429cc2aaddc3f5.tar.bz2 upstream-04a55c31d26ec81937df76b71b429cc2aaddc3f5.zip |
sunxi: add usb ohci support
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42607 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/config-3.14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/sunxi/config-3.14 b/target/linux/sunxi/config-3.14 index d678ba102b..6c857e92b2 100644 --- a/target/linux/sunxi/config-3.14 +++ b/target/linux/sunxi/config-3.14 @@ -437,6 +437,8 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_COMMON=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_PLATFORM=y CONFIG_USB_STORAGE=y CONFIG_USB_SUPPORT=y # CONFIG_USER_NS is not set |