From patchwork Fri Mar 6 22:45:42 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joachim Foerster X-Patchwork-Id: 24167 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 4604EDE207 for ; Sat, 7 Mar 2009 09:46:21 +1100 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ozlabs.org (Postfix) with SMTP id 19A09DDF33 for ; Sat, 7 Mar 2009 09:45:50 +1100 (EST) Received: (qmail invoked by alias); 06 Mar 2009 22:45:47 -0000 Received: from p54A4E99E.dip.t-dialin.net (EHLO [192.168.0.55]) [84.164.233.158] by mail.gmx.net (mp003) with SMTP; 06 Mar 2009 23:45:47 +0100 X-Authenticated: #2114603 X-Provags-ID: V01U2FsdGVkX19kj3ppdnxkjyyg1NHUDsIeiIMvq14VP4BcXEmxWE KOubLV3o8/URJa Subject: Re: USB Host in 2.6.24-r3 Arch=PPC From: Joachim Foerster To: "A. Nolson" In-Reply-To: <49B1469B.9030609@gmail.com> References: <49B1469B.9030609@gmail.com> Date: Fri, 06 Mar 2009 23:45:42 +0100 Message-Id: <1236379543.13132.10.camel@md40100b.ft> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 X-Y-GMX-Trusted: 0 X-FuHaFi: 0.5 Cc: linuxppc-dev@ozlabs.org X-BeenThere: linuxppc-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Hi, On Fri, 2009-03-06 at 16:51 +0100, A. Nolson wrote: > just a little question. I am using 2.6.24-rc3 (secretlab) and I would > like to use c67x00 driver from Peter Kosgaard for USB-Host in my Xilinx > ML403 board. Is there support to use USB Host in Arch=ppc Apparently I > cannot select CONFIG_USB_ARCH_HAS_HCD=y option. What should I do to get > the USB working? The problem of not being able to select the c67x00 driver, may be solved by simply pretending that ARCH=ppc "has a HCD" ... e.g.: BTW: For a long time I'm wondering about what is the reason for making it not selectable by default ... Joachim diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 755823c..eea0277 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -22,6 +22,7 @@ config USB_ARCH_HAS_HCD default y if PCMCIA && !M32R # sl811_cs default y if ARM # SL-811 default y if SUPERH # r8a66597-hcd + default y if PPC default PCI # many non-PCI SOC chips embed OHCI