diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-10 10:14:53 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-10 10:14:53 +0000 |
commit | 22825c757c0e87f91fb44fb4661adb883f433c86 (patch) | |
tree | 0d8b206883010347cebd332e5a3fe45354cfeba1 | |
parent | 90b21a434e0b64ac767e694d83a6a62175083945 (diff) |
Enable SSB ohci driver (#2828)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9699 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 c32f0daa4..516c15d68 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 |