diff options
author | Michal Simek <monstr@monstr.eu> | 2010-01-18 09:27:11 -0500 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-03-11 08:05:18 -0500 |
commit | 733cc2183116b216abb52e709709bb0e626c9a75 (patch) | |
tree | 8764b775948622c493f70f136d25b359af90e04c /arch/microblaze/Kconfig | |
parent | a6475c132278c1be158a13872c233aeab8a00176 (diff) |
microblaze: Add support for Xilinx PCI host bridge
This patch is based on powerpc patch
64f16502475ddf663169369fffff6da9b10ea9fb
We did some cleanups and removed powerpc parts.
There is one new debug early listing function too.
Exclude function is only in Debug options.
We tested in on custom board.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r-- | arch/microblaze/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index e1fa0844ba4e..c1e731bb3301 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig | |||
@@ -267,6 +267,10 @@ config PCI_DOMAINS | |||
267 | config PCI_SYSCALL | 267 | config PCI_SYSCALL |
268 | def_bool PCI | 268 | def_bool PCI |
269 | 269 | ||
270 | config PCI_XILINX | ||
271 | bool "Xilinx PCI host bridge support" | ||
272 | depends on PCI | ||
273 | |||
270 | source "drivers/pci/Kconfig" | 274 | source "drivers/pci/Kconfig" |
271 | 275 | ||
272 | endmenu | 276 | endmenu |