diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2015-10-01 09:44:34 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-10-15 12:31:56 +0300 |
commit | f7688056cba1a69b1bd595465cd203e20da420e0 (patch) | |
tree | 610138734e16e074ccf5dcde52adf0594bb4029b /arch/powerpc/platforms/pseries/Kconfig | |
parent | 44f2aecfd0b57d9a56d61d707fa320ab7d4eda85 (diff) | |
download | linux-f7688056cba1a69b1bd595465cd203e20da420e0.tar.xz |
powerpc/pseries: Drop always true CONFIG_PSERIES_MSI
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>
Diffstat (limited to 'arch/powerpc/platforms/pseries/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/pseries/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig index d9068a3d6af4..bec90fb30425 100644 --- a/arch/powerpc/platforms/pseries/Kconfig +++ b/arch/powerpc/platforms/pseries/Kconfig @@ -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 |