diff options
author | Hans Ulli Kroll <ulli.kroll@googlemail.com> | 2010-12-02 06:32:15 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-05 03:39:30 -0500 |
commit | 0b05da7200dd56a5364c4d9cf5441715c1d706ed (patch) | |
tree | 54b56fdbaee6f8dc51aa18b57f2ff9918d7df778 /arch/arm/Kconfig | |
parent | 65500fa94aaeb3475e39c0c5180f188014164ca4 (diff) |
ARM: 6520/1: Kconfig: add new symbol MIGHT_HAVE_PCI
Today more boards with arm cpu have selectable pci bus.
This patch makes this more scalable and remove line continuations in
Kconfig
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0e51342b3c02..7e94f8609c87 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -34,6 +34,9 @@ config ARM | |||
34 | config HAVE_PWM | 34 | config HAVE_PWM |
35 | bool | 35 | bool |
36 | 36 | ||
37 | config MIGHT_HAVE_PCI | ||
38 | bool | ||
39 | |||
37 | config SYS_SUPPORTS_APM_EMULATION | 40 | config SYS_SUPPORTS_APM_EMULATION |
38 | bool | 41 | bool |
39 | 42 | ||
@@ -298,6 +301,7 @@ config ARCH_CNS3XXX | |||
298 | select CPU_V6 | 301 | select CPU_V6 |
299 | select GENERIC_CLOCKEVENTS | 302 | select GENERIC_CLOCKEVENTS |
300 | select ARM_GIC | 303 | select ARM_GIC |
304 | select MIGHT_HAVE_PCI | ||
301 | select PCI_DOMAINS if PCI | 305 | select PCI_DOMAINS if PCI |
302 | help | 306 | help |
303 | Support for Cavium Networks CNS3XXX platform. | 307 | Support for Cavium Networks CNS3XXX platform. |
@@ -433,6 +437,7 @@ config ARCH_IXP4XX | |||
433 | select CPU_XSCALE | 437 | select CPU_XSCALE |
434 | select GENERIC_GPIO | 438 | select GENERIC_GPIO |
435 | select GENERIC_CLOCKEVENTS | 439 | select GENERIC_CLOCKEVENTS |
440 | select MIGHT_HAVE_PCI | ||
436 | select DMABOUNCE if PCI | 441 | select DMABOUNCE if PCI |
437 | help | 442 | help |
438 | Support for Intel's IXP4XX (XScale) family of processors. | 443 | Support for Intel's IXP4XX (XScale) family of processors. |
@@ -1164,7 +1169,7 @@ config ISA_DMA_API | |||
1164 | bool | 1169 | bool |
1165 | 1170 | ||
1166 | config PCI | 1171 | config PCI |
1167 | bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE || ARCH_CNS3XXX | 1172 | bool "PCI support" if MIGHT_HAVE_PCI |
1168 | help | 1173 | help |
1169 | Find out whether you have a PCI motherboard. PCI is the name of a | 1174 | 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 | 1175 | bus system, i.e. the way the CPU talks to the other stuff inside |