diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-09-24 19:28:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-09-24 19:28:53 +0000 |
commit | 3029c2fd5354b50deb9c251b1f4c23e34bde52eb (patch) | |
tree | f272659fd2c80b6e22c51187127459936a438c46 /target/linux/brcm63xx | |
parent | 1990fc90fd3649e9e93376c2cbbf6db0ed908825 (diff) | |
download | mtk-20170518-3029c2fd5354b50deb9c251b1f4c23e34bde52eb.zip mtk-20170518-3029c2fd5354b50deb9c251b1f4c23e34bde52eb.tar.gz mtk-20170518-3029c2fd5354b50deb9c251b1f4c23e34bde52eb.tar.bz2 |
disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable it on targets where USB is supported
SVN-Revision: 12690
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/config-2.6.25 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/config-2.6.25 b/target/linux/brcm63xx/config-2.6.25 index 4ca5b30..c3efcb8 100644 --- a/target/linux/brcm63xx/config-2.6.25 +++ b/target/linux/brcm63xx/config-2.6.25 @@ -306,6 +306,7 @@ CONFIG_USB=m # CONFIG_USB_EHCI_HCD is not set # CONFIG_USB_R8A66597_HCD is not set # CONFIG_USB_SERIAL_CH341 is not set +CONFIG_USB_SUPPORT=y # CONFIG_USB_UHCI_HCD is not set # CONFIG_VGASTATE is not set # CONFIG_VIA_RHINE is not set |