aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorAnton Vorontsov <cbouatmailru@gmail.com>2010-04-19 08:20:49 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-04-22 16:38:11 -0400
commit52882173cfed4fabcc1496755000bf022d681e52 (patch)
tree6f30bfd65acd01fa8eda00df14fd17b318268c73 /arch/arm/Kconfig
parente193ba290f0228453341b41ab2bbdd963259f97e (diff)
ARM: 6058/1: Add support for PCI domains
This patch adds support for PCI domains on ARM platforms. Also, protect asm/mach/pci.h from multiple inclustions, otherwise build fails because of pci_domain_nr() and pci_proc_domain() redefinitions. Signed-off-by: Anton Vorontsov <avorontsov@mvista.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5c8128c76996..88f9334110cf 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1074,6 +1074,10 @@ config PCI
1074 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or 1074 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
1075 VESA. If you have PCI, say Y, otherwise N. 1075 VESA. If you have PCI, say Y, otherwise N.
1076 1076
1077config PCI_DOMAINS
1078 bool
1079 depends on PCI
1080
1077config PCI_SYSCALL 1081config PCI_SYSCALL
1078 def_bool PCI 1082 def_bool PCI
1079 1083