aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/40x/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-10-19 14:09:48 +0200
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-11-02 00:15:25 +0900
commita15687ca7b927c02fde9ab68ecbbc3043fb72f25 (patch)
treed37ef623b6ff3b7894b9b00c304cafa991932562 /arch/powerpc/platforms/40x/Kconfig
parentpowerpc: remove CONFIG_MCA leftovers (diff)
downloadlinux-dev-a15687ca7b927c02fde9ab68ecbbc3043fb72f25.tar.xz
linux-dev-a15687ca7b927c02fde9ab68ecbbc3043fb72f25.zip
powerpc: PCI_MSI needs PCI
Various powerpc boards select the PCI_MSI config option without selecting PCI, resulting in potentially not compilable configurations if the by default enabled PCI option is disabled. Explicitly select PCI to ensure we always have valid configs. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/powerpc/platforms/40x/Kconfig')
-rw-r--r--arch/powerpc/platforms/40x/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig
index 2a9d66254ffc..5326ece36120 100644
--- a/arch/powerpc/platforms/40x/Kconfig
+++ b/arch/powerpc/platforms/40x/Kconfig
@@ -29,6 +29,7 @@ config KILAUEA
select 405EX
select PPC40x_SIMPLE
select PPC4xx_PCI_EXPRESS
+ select PCI
select PCI_MSI
select PPC4xx_MSI
help