diff options
author | Huacai Chen <chenhc@lemote.com> | 2015-10-07 08:08:00 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-13 14:02:13 +0200 |
commit | d0514728247b91476a525a064f8b3c2f0c47bec4 (patch) | |
tree | 8662f17103f424ab3eabaf34b8cdbb8d81b7cccf /drivers/platform/mips/Kconfig | |
parent | MIPS: BCM1480: bcm1480_regs.h: strip redundant comments (diff) | |
download | linux-d0514728247b91476a525a064f8b3c2f0c47bec4.tar.xz linux-d0514728247b91476a525a064f8b3c2f0c47bec4.zip |
MIPS: Loongson-3: Move chipset ACPI code from drivers to arch
SB700/SB710/SB800 chipset ACPI code is mostly Loongson-3 specific
routines rather than a "platform driver".
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Cc: John Crispin <john@phrozen.org>
Cc: Steven J. Hill <sjhill@realitydiluted.com>
Cc: Fuxin Zhang <zhangfx@lemote.com>
Cc: Zhangjin Wu <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11273/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/platform/mips/Kconfig')
-rw-r--r-- | drivers/platform/mips/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/platform/mips/Kconfig b/drivers/platform/mips/Kconfig index 125e569017be..b3ae30a4c67b 100644 --- a/drivers/platform/mips/Kconfig +++ b/drivers/platform/mips/Kconfig @@ -15,10 +15,6 @@ menuconfig MIPS_PLATFORM_DEVICES if MIPS_PLATFORM_DEVICES -config MIPS_ACPI - bool - default y if LOONGSON_MACH3X - config CPU_HWMON tristate "Loongson CPU HWMon Driver" depends on LOONGSON_MACH3X |