• Mel Gorman's avatar
    powerpc/pseries: Select XICS and PCI_MSI PSERIES · 8a55c4ba
    Mel Gorman authored
    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: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
    8a55c4ba
Kconfig 2.36 KB