diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-07 01:31:53 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-07 01:31:53 +0000 |
commit | 51c385e4ab58bdff7d1d19d2e8df1cd6a1a061b9 (patch) | |
tree | a504dc3cd7aea85c64f0652ab3d30f81f2300b82 /target | |
parent | e2f40096c97c520291bd4a900574d3bac6361a45 (diff) |
[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')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 5 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 5 | ||||
-rw-r--r-- | target/linux/mpc52xx/config-2.6.30 | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 81c0ff4fe..623a7836a 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -2191,6 +2191,7 @@ CONFIG_USB_BELKIN=y CONFIG_USB_DEVICEFS=y # 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 @@ -2257,6 +2258,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_CDC_EEM is not set # CONFIG_USB_NET_CDCETHER is not set @@ -2272,6 +2274,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_BLACKLIST_HUB is not set diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index 7bb9b5e98..1fb1289cb 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 diff --git a/target/linux/mpc52xx/config-2.6.30 b/target/linux/mpc52xx/config-2.6.30 index 617759cc3..1704228bc 100644 --- a/target/linux/mpc52xx/config-2.6.30 +++ b/target/linux/mpc52xx/config-2.6.30 @@ -157,7 +157,6 @@ CONFIG_MIGRATION=y # CONFIG_MPIC_WEIRD is not set # CONFIG_MTD is not set # CONFIG_NETDEV_1000 is not set -# CONFIG_NETFILTER is not set # CONFIG_NET_PCI is not set # CONFIG_NET_SCHED is not set # CONFIG_NEW_LEDS is not set @@ -269,7 +268,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m # CONFIG_VLAN_8021Q is not set CONFIG_VM_EVENT_COUNTERS=y # CONFIG_WATCHDOG is not set -# CONFIG_WIRELESS is not set # CONFIG_WLAN_80211 is not set CONFIG_WORD_SIZE=32 CONFIG_XFRM_USER=m |