diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-07 11:01:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-07 11:01:53 +0000 |
commit | 33f6c5ddb92c70bcd921cf198f0eef96a66ffa1e (patch) | |
tree | ef21fd02140de5496baa96b91aa4653caf4e5958 /target/linux/generic | |
parent | 63135142d88b9635df992a05b659aff508096901 (diff) | |
download | upstream-33f6c5ddb92c70bcd921cf198f0eef96a66ffa1e.tar.gz upstream-33f6c5ddb92c70bcd921cf198f0eef96a66ffa1e.tar.bz2 upstream-33f6c5ddb92c70bcd921cf198f0eef96a66ffa1e.zip |
kernel: add missing USB configuration symbols after r34501
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34568
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 2a79dc5c07..a7ce7cfd06 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -3016,6 +3016,7 @@ CONFIG_USB_DEVICEFS=y # CONFIG_USB_DWC3 is not set # CONFIG_USB_DWC_OTG_LPM is not set # CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_EHCI_HCD_PLATFORM is not set # CONFIG_USB_EHCI_HCD_PPC_OF is not set # CONFIG_USB_EHCI_MV is not set CONFIG_USB_EHCI_ROOT_HUB_TT=y @@ -3145,6 +3146,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2 # CONFIG_USB_NET_ZAURUS is not set # CONFIG_USB_OHCI_HCD is not set # CONFIG_USB_OHCI_HCD_PCI is not set +# CONFIG_USB_OHCI_HCD_PLATFORM is not set # CONFIG_USB_OHCI_HCD_PPC_OF is not set # CONFIG_USB_OHCI_HCD_PPC_OF_BE is not set # CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set |