diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-06-30 08:40:56 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-06-30 08:40:56 +0000 |
commit | f52f337a3dace55b357dcd046937c4bc13b63f93 (patch) | |
tree | d44183997e20f41b0de2830645b18f848263ef6f /target/linux | |
parent | a817b74d656e525051509ae6fd3a7e9fe3b2ad92 (diff) | |
download | upstream-f52f337a3dace55b357dcd046937c4bc13b63f93.tar.gz upstream-f52f337a3dace55b357dcd046937c4bc13b63f93.tar.bz2 upstream-f52f337a3dace55b357dcd046937c4bc13b63f93.zip |
Enable USB EHCI hub options to bring ixp4xx kernel usb support in line with known good nslu2-linux kernel usb hub settings.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7785 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index 9d8484f11b..8c8196ceed 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -464,9 +464,9 @@ CONFIG_UID16=y # CONFIG_USBPCWATCHDOG is not set CONFIG_USB_BANDWIDTH=y CONFIG_USB_EHCI_HCD=m -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set -# CONFIG_USB_EHCI_SPLIT_ISO is not set -# CONFIG_USB_EHCI_TT_NEWSCHED is not set +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_SPLIT_ISO=y +CONFIG_USB_EHCI_TT_NEWSCHED=y # CONFIG_USB_GTCO is not set CONFIG_USB_OHCI_HCD=m CONFIG_USB_UHCI_HCD=m |