diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-12-10 10:14:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-12-10 10:14:53 +0000 |
commit | cf1c2554e70cdabf10eff9a55360366e7f7a06d6 (patch) | |
tree | 3f0d801e4b8455935ea0c954e7908108e3e26f0f /target | |
parent | 0d88baa016f2d847fea59586a68ec24f3939190d (diff) | |
download | upstream-cf1c2554e70cdabf10eff9a55360366e7f7a06d6.tar.gz upstream-cf1c2554e70cdabf10eff9a55360366e7f7a06d6.tar.bz2 upstream-cf1c2554e70cdabf10eff9a55360366e7f7a06d6.zip |
Enable SSB ohci driver (#2828)
SVN-Revision: 9699
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm47xx/config-2.6.23 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/config-2.6.23 b/target/linux/brcm47xx/config-2.6.23 index c32f0daa47..516c15d68d 100644 --- a/target/linux/brcm47xx/config-2.6.23 +++ b/target/linux/brcm47xx/config-2.6.23 @@ -222,6 +222,7 @@ CONFIG_USB_EHCI_SPLIT_ISO=y # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set CONFIG_USB_OHCI_HCD=m +CONFIG_USB_OHCI_HCD_SSB=y # CONFIG_USB_PEGASUS is not set # CONFIG_USB_R8A66597_HCD is not set # CONFIG_USB_SERIAL_OTI6858 is not set |