aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMarcelo Roberto Jimenez <mroberto@cpti.cetuc.puc-rio.br>2010-12-16 15:34:51 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-12-21 09:53:46 -0500
commitb080ac8ad47aeeb845d8d11924f09255cf49b5e9 (patch)
treef42dcdbbdf725b798a20137fd8af0c10ab8d07bc /arch/arm/Kconfig
parentfa87672ab30ce6564393778b8cbc67fc32712a30 (diff)
ARM: 6459/2: sa1100: Add nanoEngine PCI support.
This patch adds nanoEngine's PCI support. Signed-off-by: Marcelo Roberto Jimenez <mroberto@cpti.cetuc.puc-rio.br> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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