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 | 8528218ec66258b19fd0ee40a4f6c4151329c17e (patch) | |
tree | dd065509c4adc89e652f41c5999221a3692fcbca | |
parent | 9bf6078866b29e9dc89374c79cc750390e73f95c (diff) | |
download | upstream-8528218ec66258b19fd0ee40a4f6c4151329c17e.tar.gz upstream-8528218ec66258b19fd0ee40a4f6c4151329c17e.tar.bz2 upstream-8528218ec66258b19fd0ee40a4f6c4151329c17e.zip |
Enable USB EHCI hub options to bring ixp4xx kernel usb support in line with known good nslu2-linux kernel usb hub settings.
SVN-Revision: 7785
-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 |