diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-07 01:31:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-07 01:31:53 +0000 |
commit | 753cb847ffcc61ec216f2bd2c05082a7c40b8137 (patch) | |
tree | a504dc3cd7aea85c64f0652ab3d30f81f2300b82 /target/linux/generic-2.6/config-2.6.31 | |
parent | d3b455f3433b127d5a68352dcc5013b294508196 (diff) | |
download | upstream-753cb847ffcc61ec216f2bd2c05082a7c40b8137.tar.gz upstream-753cb847ffcc61ec216f2bd2c05082a7c40b8137.tar.bz2 upstream-753cb847ffcc61ec216f2bd2c05082a7c40b8137.zip |
[kernel] config: add another bunch of missing CONFIG_USB_* entries to generic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17965 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.31')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index 7bb9b5e982..1fb1289cbc 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -2239,6 +2239,7 @@ CONFIG_USB_DEVICEFS=y # CONFIG_USB_DEVICE_CLASS is not set # CONFIG_USB_DSBR is not set # CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_EHCI_HCD_PPC_OF is not set CONFIG_USB_EHCI_ROOT_HUB_TT=y # CONFIG_USB_EHCI_SPLIT_ISO is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set @@ -2307,6 +2308,7 @@ CONFIG_USB_HIDINPUT=y # CONFIG_USB_MICROTEK is not set # CONFIG_USB_MON is not set # CONFIG_USB_MOUSE is not set +# CONFIG_USB_MUSB_HDRC is not set # CONFIG_USB_NET_AX8817X is not set # CONFIG_USB_NET_CDCETHER is not set # CONFIG_USB_NET_CDC_EEM is not set @@ -2323,6 +2325,9 @@ CONFIG_USB_HIDINPUT=y # CONFIG_USB_NET_ZAURUS is not set # CONFIG_USB_OHCI_BIG_ENDIAN is not set # CONFIG_USB_OHCI_HCD is not set +# CONFIG_USB_OHCI_HCD_PCI is not set +# CONFIG_USB_OHCI_HCD_PPC_OF is not set +# CONFIG_USB_OHCI_HCD_PPC_SOC is not set # CONFIG_USB_OHCI_HCD_SSB is not set CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_OTG is not set |