diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-08-26 22:55:05 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-08-26 22:55:05 -0400 |
commit | a95ca3b2b9dee628ef57df38f0b263e5a4355953 (patch) | |
tree | 14b0e8ffeda4defd9105ec6ba50c71f32aa8feed /arch/blackfin/Kconfig | |
parent | 639f6571458948b5112be2cf00c0c2c04db2897d (diff) |
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>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index f64d25973a37..4154ff1101fa 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -855,6 +855,7 @@ menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" | |||
855 | 855 | ||
856 | config PCI | 856 | config PCI |
857 | bool "PCI support" | 857 | bool "PCI support" |
858 | depends on BROKEN | ||
858 | help | 859 | help |
859 | Support for PCI bus. | 860 | Support for PCI bus. |
860 | 861 | ||