forked from Minki/linux
5361832704
Now LOONGSON_CHIPCFG register definition doesn't depend on CPUFREQ any more, so CPU_SUPPORTS_CPUFREQ is no longer needed for suspend/resume. Remove CONFIG_LOONGSON_SUSPEND and use CONFIG_SUSPEND instead. Signed-off-by: Huacai Chen <chenhc@lemote.com> Cc: John Crispin <john@phrozen.org> Cc: Steven J. Hill <Steven.Hill@imgtec.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/11274/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 lines
163 B
Makefile
12 lines
163 B
Makefile
#
|
|
# Makefile for lemote loongson2f family machines
|
|
#
|
|
|
|
obj-y += clock.o machtype.o irq.o reset.o ec_kb3310b.o
|
|
|
|
#
|
|
# Suspend Support
|
|
#
|
|
|
|
obj-$(CONFIG_SUSPEND) += pm.o
|