aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a19a5266d5f..6af6c79ade2 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1164,7 +1164,7 @@ config ISA_DMA_API
1164 bool 1164 bool
1165 1165
1166config PCI 1166config PCI
1167 bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE || ARCH_CNS3XXX 1167 bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE || ARCH_CNS3XXX || SA1100_NANOENGINE
1168 help 1168 help
1169 Find out whether you have a PCI motherboard. PCI is the name of a 1169 Find out whether you have a PCI motherboard. PCI is the name of a
1170 bus system, i.e. the way the CPU talks to the other stuff inside 1170 bus system, i.e. the way the CPU talks to the other stuff inside
@@ -1175,6 +1175,12 @@ config PCI_DOMAINS
1175 bool 1175 bool
1176 depends on PCI 1176 depends on PCI
1177 1177
1178config PCI_NANOENGINE
1179 bool "BSE nanoEngine PCI support"
1180 depends on SA1100_NANOENGINE
1181 help
1182 Enable PCI on the BSE nanoEngine board.
1183
1178config PCI_SYSCALL 1184config PCI_SYSCALL
1179 def_bool PCI 1185 def_bool PCI
1180 1186