]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: PCI_MSI needs PCI
authorChristoph Hellwig <hch@lst.de>
Fri, 19 Oct 2018 12:09:48 +0000 (14:09 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 1 Nov 2018 15:15:25 +0000 (00:15 +0900)
commit31168163769a95efa3f065bbcee1b7f638a7f960
treed37ef623b6ff3b7894b9b00c304cafa991932562
parente301c517b6f6f36c81a3c0de34c410d408f5440b
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>
arch/powerpc/platforms/40x/Kconfig
arch/powerpc/platforms/44x/Kconfig