From e84ee90b81193c506d3004cd62e2eec1596ff203 Mon Sep 17 00:00:00 2001 From: agb Date: Mon, 5 Oct 2009 17:05:23 +0000 Subject: [PATCH 1/1] [ppc44x] add missing USB kconfig options git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17904 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ppc44x/config-default | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/target/linux/ppc44x/config-default b/target/linux/ppc44x/config-default index a89f66082..ec99fb06d 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 -- 2.20.1