Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a95ca3b2 authored by Adrian Bunk's avatar Adrian Bunk Committed by Bryan Wu
Browse files

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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent 639f6571
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.