diff options
author | Paul Burton <paul.burton@mips.com> | 2016-09-19 22:21:31 +0100 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-06-24 09:27:27 -0700 |
commit | dd129c6374e90e665ec022019bcc2f392f25cf2c (patch) | |
tree | eaffd8834053d0713bcb6bfc44c32d08cf7da7cd /arch/mips/Kconfig | |
parent | a07539c00046dfa890e6aac1db4f0de01acb0132 (diff) |
MIPS: Malta: Use PIIX4 poweroff driver to power down
Remove the platform code used to power down the system, instead relying
upon the new PIIX4 poweroff driver. This reduces the amount of platform
code required for the Malta board in preparation for allowing it to be
part of a more generic kernel.
Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/14282/
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 33375dd234eb..a6ce5087b729 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1974,12 +1974,6 @@ config SYS_HAS_CPU_XLR config SYS_HAS_CPU_XLP bool -config MIPS_MALTA_PM - depends on MIPS_MALTA - depends on PCI - bool - default y - # # CPU may reorder R->R, R->W, W->R, W->W # Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC |