[RFC PATCH 3/3] ARM: Enable PCI domains
Phil Edworthy
phil.edworthy at renesas.com
Mon Sep 22 02:51:10 PDT 2014
Since there are ARM devices with multiple independant PCI controllers, enable
PCI domains for all ARM devices.
Signed-off-by: Phil Edworthy <phil.edworthy at renesas.com>
---
Marked as RFC as I am not sure of the impact of enabling PCI domains for all
ARM devices. In the march to 'one kernel to rule them all', I steered clear of
mach specific changes.
arch/arm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 32cbbd5..8741d3d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1274,6 +1274,7 @@ config ISA_DMA_API
config PCI
bool "PCI support" if MIGHT_HAVE_PCI
+ select PCI_DOMAINS
help
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
@@ -1282,7 +1283,6 @@ config PCI
config PCI_DOMAINS
bool
- depends on PCI
config PCI_NANOENGINE
bool "BSE nanoEngine PCI support"
--
2.1.0
More information about the linux-arm-kernel
mailing list