powerpc/pseries: Select XICS and PCI_MSI PSERIES
authorMel Gorman <mel@csn.ul.ie>
Fri, 27 Nov 2009 06:33:58 +0000 (06:33 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 18 Dec 2009 03:54:25 +0000 (14:54 +1100)
commit8a55c4ba3ed95f3f73f5ee371e863a1deadaec5f
tree303afff8b93e1abee3ddbb2bb5ab9c98918dfd20
parent29827b02dc5d1eed8a1ff8b34cd1926966a87e89
powerpc/pseries: Select XICS and PCI_MSI PSERIES

It's possible to set CONFIG_XICS without CONFIG_PCI_MSI. When that happens,
the kernel fails to build with

arch/powerpc/platforms/built-in.o: In function `.xics_startup':
xics.c:(.text+0x12f60): undefined reference to `.unmask_msi_irq' make: ***
[.tmp_vmlinux1] Error 1

Furthermore, as noted by Benjamin Herrenschmidt, "CONFIG_XICS should be
made invisible and selected by PSERIES."

This patch fixes PSERIES to select both options

Signed-off-by: Mel Gorman <mel[at]csn.ul.ie>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/Kconfig