diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-12-04 07:13:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-12-04 07:13:35 +0000 |
commit | 99b55f193800c8b153a3ffdd15fe1272ca26420d (patch) | |
tree | aad1eca223282a8f83935c21999269584713b823 /target/linux/ar71xx | |
parent | 27778ec7cde5b9fe1e26097a80dd095548f0c74e (diff) | |
download | upstream-99b55f193800c8b153a3ffdd15fe1272ca26420d.tar.gz upstream-99b55f193800c8b153a3ffdd15fe1272ca26420d.tar.bz2 upstream-99b55f193800c8b153a3ffdd15fe1272ca26420d.zip |
[ar71xx] don't override CONFIG_USB_EHCI_ROOT_TT
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13504 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/config-2.6.26 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.26 b/target/linux/ar71xx/config-2.6.26 index 828c04446a..d6e3114630 100644 --- a/target/linux/ar71xx/config-2.6.26 +++ b/target/linux/ar71xx/config-2.6.26 @@ -234,6 +234,7 @@ CONFIG_TRAD_SIGNALS=y CONFIG_USB=m CONFIG_USB_EHCI_AR71XX=y CONFIG_USB_EHCI_HCD=m +CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_OHCI_AR71XX=y # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set |