diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-03-24 15:22:07 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-03-24 15:22:07 +0000 |
commit | 20c283eff072493310a6336b9380182215b34fd9 (patch) | |
tree | eb4350e2da2a9c34e6bfe64e553de0e94ea0e53d /target/linux | |
parent | e5494fd6f03732193b22ea2b4e2898a7fd34f023 (diff) | |
download | master-187ad058-20c283eff072493310a6336b9380182215b34fd9.tar.gz master-187ad058-20c283eff072493310a6336b9380182215b34fd9.tar.bz2 master-187ad058-20c283eff072493310a6336b9380182215b34fd9.zip |
[brcm63xx] override CONFIG_USB_EHCI_ROOT_HUB_TT since it breaks ehci on bcm6358
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15020 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm63xx/config-2.6.27 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/config-2.6.27 b/target/linux/brcm63xx/config-2.6.27 index bcf9fd2445..9f56d3e1af 100644 --- a/target/linux/brcm63xx/config-2.6.27 +++ b/target/linux/brcm63xx/config-2.6.27 @@ -253,6 +253,7 @@ CONFIG_TCP_CONG_BIC=y CONFIG_TICK_ONESHOT=y CONFIG_TRAD_SIGNALS=y CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y CONFIG_USB_SUPPORT=y |