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 | 46d7c59487a584db3a6c340c32164ccc13de48b0 (patch) | |
tree | 53e52b94a6e4fa0e2cb662cb4cac96e3d43716d9 | |
parent | 240f04765f71a378ba59b5daddab0c0a471b5d03 (diff) | |
download | upstream-46d7c59487a584db3a6c340c32164ccc13de48b0.tar.gz upstream-46d7c59487a584db3a6c340c32164ccc13de48b0.tar.bz2 upstream-46d7c59487a584db3a6c340c32164ccc13de48b0.zip |
sunxi: add usb ohci support
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42607
-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 |