Blackfin arch: let PCI depend on BROKEN

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>

authored by Adrian Bunk and committed by Bryan Wu a95ca3b2 639f6571

+1
+1
arch/blackfin/Kconfig
··· 855 856 config PCI 857 bool "PCI support" 858 help 859 Support for PCI bus. 860
··· 855 856 config PCI 857 bool "PCI support" 858 + depends on BROKEN 859 help 860 Support for PCI bus. 861