blackfin and USB

From: nuclearcat
Date: Sun Jul 20 2008 - 22:14:28 EST


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?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/