diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-08-23 23:13:24 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-23 23:13:24 +0000 |
| commit | 9d2c104b59f6cf2d7548186b809a70f43ec8fad2 (patch) | |
| tree | d53d0111789e509628b9daebc12cee172b2b99fd | |
| parent | 8d581ff7887d7d0bc3b3901981a364587f8d4b03 (diff) | |
| download | mtk-20170518-9d2c104b59f6cf2d7548186b809a70f43ec8fad2.zip mtk-20170518-9d2c104b59f6cf2d7548186b809a70f43ec8fad2.tar.gz mtk-20170518-9d2c104b59f6cf2d7548186b809a70f43ec8fad2.tar.bz2 | |
enable split_iso for ehci on brcm-2.6
SVN-Revision: 4646
| -rw-r--r-- | openwrt/target/linux/brcm-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/brcm-2.6/config b/openwrt/target/linux/brcm-2.6/config index 75e9a19..29842b0 100644 --- a/openwrt/target/linux/brcm-2.6/config +++ b/openwrt/target/linux/brcm-2.6/config @@ -1296,7 +1296,7 @@ CONFIG_USB_DEVICEFS=y # USB Host Controller Drivers # CONFIG_USB_EHCI_HCD=m -# CONFIG_USB_EHCI_SPLIT_ISO is not set +CONFIG_USB_EHCI_SPLIT_ISO=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_ISP116X_HCD is not set CONFIG_USB_OHCI_HCD=m |
