Skip to content

Commit

Permalink
Blackfin arch: let PCI depend on BROKEN
Browse files Browse the repository at this point in the history
AFAIR there exists blackfin hardware with PCI support, but the support
currently in the kernel fails to build starting with:

...
  CC      drivers/pci/probe.o
probe.c: In function 'pci_scan_slot':
probe.c:1056: error: implicit declaration of function 'pcibios_scan_all_fns'
make[3]: *** [drivers/pci/probe.o] Error 1

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
AdrianBunk authored and Bryan Wu committed Aug 27, 2008
1 parent 639f657 commit a95ca3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@ menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)"

config PCI
bool "PCI support"
depends on BROKEN
help
Support for PCI bus.

Expand Down

0 comments on commit a95ca3b

Please sign in to comment.