diff options
author | Will Deacon <will.deacon@arm.com> | 2014-05-27 18:26:35 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-05-29 15:42:38 -0400 |
commit | 08d38bebb4dcd6414944f8277ea5ea30010664fe (patch) | |
tree | 3b61e0257922e992c4f4bcf6ad3c3297882974af /arch/arm/mach-shmobile | |
parent | a52d35c92d5d3b8890068860838541f7ad55cd29 (diff) |
ARM: kconfig: allow PCI support to be selected with ARCH_MULTIPLATFORM
When targetting ARCH_MULTIPLATFORM, we may include support for SoCs with
PCI-capable devices (e.g. mach-virt with virtio-pci).
This patch allows PCI support to be selected for these SoCs by selecting
CONFIG_MIGHT_HAVE_PCI when CONFIG_ARCH_MULTIPLATFORM=y and removes the
individual selections from multi-platform enabled SoCs.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index edb1a914deb3..62eaa42cb13a 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -8,7 +8,6 @@ config ARCH_SHMOBILE_MULTI | |||
8 | select HAVE_ARM_SCU if SMP | 8 | select HAVE_ARM_SCU if SMP |
9 | select HAVE_ARM_TWD if SMP | 9 | select HAVE_ARM_TWD if SMP |
10 | select ARM_GIC | 10 | select ARM_GIC |
11 | select MIGHT_HAVE_PCI | ||
12 | select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE | 11 | select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE |
13 | select NO_IOPORT_MAP | 12 | select NO_IOPORT_MAP |
14 | select PINCTRL | 13 | select PINCTRL |