ARM: kconfig: allow PCI support to be selected with ARCH_MULTIPLATFORM
authorWill Deacon <will.deacon@arm.com>
Tue, 27 May 2014 22:26:35 +0000 (23:26 +0100)
committerOlof Johansson <olof@lixom.net>
Thu, 29 May 2014 19:42:38 +0000 (12:42 -0700)
commit08d38bebb4dcd6414944f8277ea5ea30010664fe
tree3b61e0257922e992c4f4bcf6ad3c3297882974af
parenta52d35c92d5d3b8890068860838541f7ad55cd29
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>
arch/arm/Kconfig
arch/arm/mach-bcm/Kconfig
arch/arm/mach-cns3xxx/Kconfig
arch/arm/mach-imx/Kconfig
arch/arm/mach-mvebu/Kconfig
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-tegra/Kconfig
This page took 0.025786 seconds and 5 git commands to generate.