Commit 0b05da72 authored by Hans Ulli Kroll's avatar Hans Ulli Kroll Committed by Russell King

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: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarHans Ulli Kroll <ulli.kroll@googlemail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 65500fa9
...@@ -34,6 +34,9 @@ config ARM ...@@ -34,6 +34,9 @@ config ARM
config HAVE_PWM config HAVE_PWM
bool bool
config MIGHT_HAVE_PCI
bool
config SYS_SUPPORTS_APM_EMULATION config SYS_SUPPORTS_APM_EMULATION
bool bool
...@@ -298,6 +301,7 @@ config ARCH_CNS3XXX ...@@ -298,6 +301,7 @@ config ARCH_CNS3XXX
select CPU_V6 select CPU_V6
select GENERIC_CLOCKEVENTS select GENERIC_CLOCKEVENTS
select ARM_GIC select ARM_GIC
select MIGHT_HAVE_PCI
select PCI_DOMAINS if PCI select PCI_DOMAINS if PCI
help help
Support for Cavium Networks CNS3XXX platform. Support for Cavium Networks CNS3XXX platform.
...@@ -433,6 +437,7 @@ config ARCH_IXP4XX ...@@ -433,6 +437,7 @@ config ARCH_IXP4XX
select CPU_XSCALE select CPU_XSCALE
select GENERIC_GPIO select GENERIC_GPIO
select GENERIC_CLOCKEVENTS select GENERIC_CLOCKEVENTS
select MIGHT_HAVE_PCI
select DMABOUNCE if PCI select DMABOUNCE if PCI
help help
Support for Intel's IXP4XX (XScale) family of processors. Support for Intel's IXP4XX (XScale) family of processors.
...@@ -1164,7 +1169,7 @@ config ISA_DMA_API ...@@ -1164,7 +1169,7 @@ config ISA_DMA_API
bool bool
config PCI config PCI
bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE || ARCH_CNS3XXX bool "PCI support" if MIGHT_HAVE_PCI
help help
Find out whether you have a PCI motherboard. PCI is the name of a Find out whether you have a PCI motherboard. PCI is the name of a
bus system, i.e. the way the CPU talks to the other stuff inside bus system, i.e. the way the CPU talks to the other stuff inside
......
...@@ -3,6 +3,7 @@ menu "CNS3XXX platform type" ...@@ -3,6 +3,7 @@ menu "CNS3XXX platform type"
config MACH_CNS3420VB config MACH_CNS3420VB
bool "Support for CNS3420 Validation Board" bool "Support for CNS3420 Validation Board"
select MIGHT_HAVE_PCI
help help
Include support for the Cavium Networks CNS3420 MPCore Platform Include support for the Cavium Networks CNS3420 MPCore Platform
Baseboard. Baseboard.
......
...@@ -4,6 +4,7 @@ menu "Integrator Options" ...@@ -4,6 +4,7 @@ menu "Integrator Options"
config ARCH_INTEGRATOR_AP config ARCH_INTEGRATOR_AP
bool "Support Integrator/AP and Integrator/PP2 platforms" bool "Support Integrator/AP and Integrator/PP2 platforms"
select MIGHT_HAVE_PCI
help help
Include support for the ARM(R) Integrator/AP and Include support for the ARM(R) Integrator/AP and
Integrator/PP2 platforms. Integrator/PP2 platforms.
......
...@@ -4,6 +4,7 @@ menu "Kendin/Micrel KS8695 Implementations" ...@@ -4,6 +4,7 @@ menu "Kendin/Micrel KS8695 Implementations"
config MACH_KS8695 config MACH_KS8695
bool "KS8695 development board" bool "KS8695 development board"
select MIGHT_HAVE_PCI
help help
Say 'Y' here if you want your kernel to run on the original Say 'Y' here if you want your kernel to run on the original
Kendin-Micrel KS8695 development board. Kendin-Micrel KS8695 development board.
......
...@@ -94,6 +94,7 @@ config MACH_ARMCORE ...@@ -94,6 +94,7 @@ config MACH_ARMCORE
select PXA27x select PXA27x
select IWMMXT select IWMMXT
select PXA25x select PXA25x
select MIGHT_HAVE_PCI
config MACH_EM_X270 config MACH_EM_X270
bool "CompuLab EM-x270 platform" bool "CompuLab EM-x270 platform"
......
...@@ -4,6 +4,7 @@ menu "Versatile platform type" ...@@ -4,6 +4,7 @@ menu "Versatile platform type"
config ARCH_VERSATILE_PB config ARCH_VERSATILE_PB
bool "Support Versatile/PB platform" bool "Support Versatile/PB platform"
select CPU_ARM926T select CPU_ARM926T
select MIGHT_HAVE_PCI
default y default y
help help
Include support for the ARM(R) Versatile/PB platform. Include support for the ARM(R) Versatile/PB platform.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment