diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-10 23:44:51 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-10 23:44:51 +0000 |
commit | 759a262a0e1a5ab3e34fa3718658963eccb5fdc4 (patch) | |
tree | 8289601a2416bf805103f4e0dd8ebbcf4b67f292 | |
parent | ae67af2915b954f88e759d41476c8f16472a7ce5 (diff) | |
download | upstream-759a262a0e1a5ab3e34fa3718658963eccb5fdc4.tar.gz upstream-759a262a0e1a5ab3e34fa3718658963eccb5fdc4.tar.bz2 upstream-759a262a0e1a5ab3e34fa3718658963eccb5fdc4.zip |
activate usb1, disable some usb2 experimental flags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1898 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/linux-2.6/config/brcm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/target/linux/linux-2.6/config/brcm b/target/linux/linux-2.6/config/brcm index ba33c21583..71fb6c6bdf 100644 --- a/target/linux/linux-2.6/config/brcm +++ b/target/linux/linux-2.6/config/brcm @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.12.5 -# Sat Sep 10 19:04:19 2005 +# Sun Sep 11 01:08:40 2005 # CONFIG_MIPS=y # CONFIG_MIPS64 is not set @@ -823,10 +823,12 @@ CONFIG_USB=m # USB Host Controller Drivers # CONFIG_USB_EHCI_HCD=m -CONFIG_USB_EHCI_SPLIT_ISO=y -CONFIG_USB_EHCI_ROOT_HUB_TT=y -# CONFIG_USB_OHCI_HCD is not set -# CONFIG_USB_UHCI_HCD is not set +# CONFIG_USB_EHCI_SPLIT_ISO is not set +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set +CONFIG_USB_OHCI_HCD=m +# CONFIG_USB_OHCI_BIG_ENDIAN is not set +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_UHCI_HCD=m # CONFIG_USB_SL811_HCD is not set # |