diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-12-18 19:42:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-12-18 19:42:35 +0000 |
commit | 497060c1b2b03340735b1c122b43a8ecaf3d22e4 (patch) | |
tree | 3e978b6417d63bb33e148b84e5a6c4c9ed4c8ca2 | |
parent | ad1b040137f05e9f23a99199b76df2fa414b9dd2 (diff) | |
download | upstream-497060c1b2b03340735b1c122b43a8ecaf3d22e4.tar.gz upstream-497060c1b2b03340735b1c122b43a8ecaf3d22e4.tar.bz2 upstream-497060c1b2b03340735b1c122b43a8ecaf3d22e4.zip |
add ohci to x86 kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5847 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86-2.6/config | 4 | ||||
-rw-r--r-- | target/linux/x86-2.6/config-diff | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index d4fc547e50..338d847110 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -1403,7 +1403,7 @@ CONFIG_USB_DEVICEFS=y # CONFIG_USB_DYNAMIC_MINORS is not set CONFIG_USB_EHCI_HCD=m # CONFIG_USB_EHCI_ROOT_HUB_TT is not set -# CONFIG_USB_EHCI_SPLIT_ISO is not set +CONFIG_USB_EHCI_SPLIT_ISO=y # CONFIG_USB_EHCI_TT_NEWSCHED is not set # CONFIG_USB_EMI26 is not set # CONFIG_USB_EMI62 is not set @@ -1437,7 +1437,7 @@ CONFIG_USB_NET_PLUSB=m CONFIG_USB_NET_RNDIS_HOST=m CONFIG_USB_NET_ZAURUS=m # CONFIG_USB_OHCI_BIG_ENDIAN is not set -# CONFIG_USB_OHCI_HCD is not set +CONFIG_USB_OHCI_HCD=m CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_OTG is not set CONFIG_USB_PEGASUS=m diff --git a/target/linux/x86-2.6/config-diff b/target/linux/x86-2.6/config-diff index 45d58591e3..eb8f9d1246 100644 --- a/target/linux/x86-2.6/config-diff +++ b/target/linux/x86-2.6/config-diff @@ -376,8 +376,9 @@ CONFIG_UID16=y # CONFIG_USBPCWATCHDOG is not set CONFIG_USB_EHCI_HCD=m # CONFIG_USB_EHCI_ROOT_HUB_TT is not set -# CONFIG_USB_EHCI_SPLIT_ISO is not set +CONFIG_USB_EHCI_SPLIT_ISO=y # CONFIG_USB_EHCI_TT_NEWSCHED is not set +CONFIG_USB_OHCI_HCD=m # CONFIG_USB_STORAGE_ISD200 is not set CONFIG_USB_UHCI_HCD=m CONFIG_VIA_RHINE=m |