diff options
author | Andy Boyett <agb@openwrt.org> | 2009-10-05 17:05:23 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-10-05 17:05:23 +0000 |
commit | 526583cd9e68087d5988caf299ec0bd143ec8c80 (patch) | |
tree | 902651151dec99b8299284b045add855565cc5d6 /target | |
parent | d317f20830c0822f6e6412323faec539286c7ad8 (diff) | |
download | upstream-526583cd9e68087d5988caf299ec0bd143ec8c80.tar.gz upstream-526583cd9e68087d5988caf299ec0bd143ec8c80.tar.bz2 upstream-526583cd9e68087d5988caf299ec0bd143ec8c80.zip |
[ppc44x] add missing USB kconfig options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17904 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ppc44x/config-default | 5 |
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 |