diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-28 00:56:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-28 00:56:39 +0000 |
commit | b1e0450fb1669bef00028b2e79a82c787f770ebd (patch) | |
tree | e1bf08b1d24e809e0ff8f01028c80c4ca2a067fd /target/linux/brcm-2.4 | |
parent | 35f8bb1fb262098dde2b8e1ae67f303583c13839 (diff) | |
download | upstream-b1e0450fb1669bef00028b2e79a82c787f770ebd.tar.gz upstream-b1e0450fb1669bef00028b2e79a82c787f770ebd.tar.bz2 upstream-b1e0450fb1669bef00028b2e79a82c787f770ebd.zip |
Add Intel/VIA usb-uhci support (#1098)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5913 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm-2.4')
-rw-r--r-- | target/linux/brcm-2.4/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm-2.4/config b/target/linux/brcm-2.4/config index 2a6254b588..8ac37b10aa 100644 --- a/target/linux/brcm-2.4/config +++ b/target/linux/brcm-2.4/config @@ -1296,7 +1296,7 @@ CONFIG_USB_DEVICEFS=y # USB Host Controller Drivers # CONFIG_USB_EHCI_HCD=m -# CONFIG_USB_UHCI is not set +CONFIG_USB_UHCI=m CONFIG_USB_UHCI_ALT=m CONFIG_USB_OHCI=m |