* blackfin and USB
@ 2008-07-21 1:55 nuclearcat
2008-07-21 2:19 ` Mike Frysinger
0 siblings, 1 reply; 2+ messages in thread
From: nuclearcat @ 2008-07-21 1:55 UTC (permalink / raw)
To: linux-kernel; +Cc: idan, rgetz, cooloney
Hi there
I am trying to configure kernel for Blackfin (BF533). I cannot enable USB driver for host (any) till i enable PCI (and in fact there is no PCI on blackfin).
Even if i enable it, i will have:
CC drivers/pci/access.o
CC drivers/pci/bus.o
CC drivers/pci/probe.o
drivers/pci/probe.c: In function 'pci_scan_slot':
drivers/pci/probe.c:1024: error: implicit declaration of function 'pcibios_scan_all_fns'
I guess there must be a way to enable devices without enabling PCI (logically correct), or it must not call this function.
I am using 2.6.26 vanilla kernel.
Btw is networking works on Blackfin with vanilla?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: blackfin and USB
2008-07-21 1:55 blackfin and USB nuclearcat
@ 2008-07-21 2:19 ` Mike Frysinger
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2008-07-21 2:19 UTC (permalink / raw)
To: nuclearcat; +Cc: linux-kernel, idan, rgetz, cooloney
On Sun, Jul 20, 2008 at 9:55 PM, <nuclearcat@nuclearcat.com> wrote:
> I am trying to configure kernel for Blackfin (BF533). I cannot enable USB driver for host (any)
add this to drivers/usb/Kconfig:USB_ARCH_HAS_HCD
default y if BLACKFIN
> till i enable PCI (and in fact there is no PCI on blackfin).
> Even if i enable it, i will have:
dont enable it
> Btw is networking works on Blackfin with vanilla?
"networking" works. specific driver is up to you to see if it works.
-mike
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-21 2:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-21 1:55 blackfin and USB nuclearcat
2008-07-21 2:19 ` Mike Frysinger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.