diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1f254bd6c93..fab2ddd4dcf 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -301,6 +301,7 @@ config ARCH_CNS3XXX | |||
301 | select CPU_V6 | 301 | select CPU_V6 |
302 | select GENERIC_CLOCKEVENTS | 302 | select GENERIC_CLOCKEVENTS |
303 | select ARM_GIC | 303 | select ARM_GIC |
304 | select PCI_DOMAINS if PCI | ||
304 | help | 305 | help |
305 | Support for Cavium Networks CNS3XXX platform. | 306 | Support for Cavium Networks CNS3XXX platform. |
306 | 307 | ||
@@ -1059,7 +1060,7 @@ config ISA_DMA_API | |||
1059 | bool | 1060 | bool |
1060 | 1061 | ||
1061 | config PCI | 1062 | config PCI |
1062 | bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE | 1063 | bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE || ARCH_CNS3XXX |
1063 | help | 1064 | help |
1064 | Find out whether you have a PCI motherboard. PCI is the name of a | 1065 | Find out whether you have a PCI motherboard. PCI is the name of a |
1065 | bus system, i.e. the way the CPU talks to the other stuff inside | 1066 | bus system, i.e. the way the CPU talks to the other stuff inside |