]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/pseries: Drop always true CONFIG_PSERIES_MSI
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 1 Oct 2015 06:44:34 +0000 (16:44 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 15 Oct 2015 09:31:56 +0000 (20:31 +1100)
Now that pseries selects PCI_MSI && PCI, EEH will always be true, and
therefore CONFIG_PSERIES_MSI will always be true. So drop it, and move
msi.o to obj-y.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/pseries/Kconfig
arch/powerpc/platforms/pseries/Makefile

index d9068a3d6af455f9b8b9f4a841130c226fcb2113..bec90fb3042548abd6a8e2b921aeff6c2730808f 100644 (file)
@@ -43,11 +43,6 @@ config DTL
 
          Say N if you are unsure.
 
-config PSERIES_MSI
-       bool
-       depends on PCI_MSI && PPC_PSERIES && EEH
-       default y
-
 config PSERIES_ENERGY
        tristate "pSeries energy management capabilities driver"
        depends on PPC_PSERIES
index fc6b1aec8e3fc15d1c30e6a9b168358ce1e9ce75..fedc2ccf029d9f195f7a988872a2edeed9c36338 100644 (file)
@@ -5,11 +5,10 @@ obj-y                 := lpar.o hvCall.o nvram.o reconfig.o \
                           of_helpers.o \
                           setup.o iommu.o event_sources.o ras.o \
                           firmware.o power.o dlpar.o mobility.o rng.o \
-                          pci.o pci_dlpar.o eeh_pseries.o
+                          pci.o pci_dlpar.o eeh_pseries.o msi.o
 obj-$(CONFIG_SMP)      += smp.o
 obj-$(CONFIG_SCANLOG)  += scanlog.o
 obj-$(CONFIG_KEXEC)    += kexec.o
-obj-$(CONFIG_PSERIES_MSI)      += msi.o
 obj-$(CONFIG_PSERIES_ENERGY)   += pseries_energy.o
 
 obj-$(CONFIG_HOTPLUG_CPU)      += hotplug-cpu.o