summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2009-10-05 17:05:23 +0000
committerAndy Boyett <agb@openwrt.org>2009-10-05 17:05:23 +0000
commit9a1e1858b711206b0f90845dbfd3f5eda5588a11 (patch)
tree354c1fa550f6889fe84c923f95a67cc3c5eb9b02 /target
parent1d462ca7bd5edb41d8a575af5d0576d319b902e0 (diff)
downloadmaster-31e0f0ae-9a1e1858b711206b0f90845dbfd3f5eda5588a11.tar.gz
master-31e0f0ae-9a1e1858b711206b0f90845dbfd3f5eda5588a11.tar.bz2
master-31e0f0ae-9a1e1858b711206b0f90845dbfd3f5eda5588a11.zip
add missing USB kconfig options
SVN-Revision: 17904
Diffstat (limited to 'target')
-rw-r--r--target/linux/ppc44x/config-default5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ppc44x/config-default b/target/linux/ppc44x/config-default
index a89f66082b..ec99fb06dd 100644
--- a/target/linux/ppc44x/config-default
+++ b/target/linux/ppc44x/config-default
@@ -178,6 +178,11 @@ CONFIG_TAISHAN=y
CONFIG_TASK_SIZE=0xc0000000
CONFIG_TICK_ONESHOT=y
CONFIG_USB_SUPPORT=y
+CONFIG_USB_OHCI_HCD_PCI=y
+CONFIG_USB_EHCI_HCD_PPC_OF=y
+CONFIG_USB_OHCI_HCD_PPC_OF=y
+CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
+# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
# CONFIG_VGASTATE is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_WARP is not set