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 | d249fa0b426e170a9951fdace388ee33f4ec8f02 (patch) | |
tree | 0d8b206883010347cebd332e5a3fe45354cfeba1 /target/linux | |
parent | 5ef9e4a38ea198162fa7469bc1e84b2e41256f3d (diff) | |
download | master-187ad058-d249fa0b426e170a9951fdace388ee33f4ec8f02.tar.gz master-187ad058-d249fa0b426e170a9951fdace388ee33f4ec8f02.tar.bz2 master-187ad058-d249fa0b426e170a9951fdace388ee33f4ec8f02.zip |
Enable SSB ohci driver (#2828)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9699 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |