Hi, Ralf You have helped changing the CPU_SUPPORT_CPUFREQ to CPU_SUPPORTS_CPUFREQ(arch/mips/Kconfig), we need to change it here too. Could you please fold this patch into "MIPS: Loongson 2F: Add suspend support framework"? Thanks & Regards, Wu Zhangjin Signed-off-by: Wu Zhangjin <wuzhangjin@xxxxxxxxx> --- arch/mips/loongson/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/loongson/Kconfig b/arch/mips/loongson/Kconfig index 029360f..17e72fd 100644 --- a/arch/mips/loongson/Kconfig +++ b/arch/mips/loongson/Kconfig @@ -65,4 +65,4 @@ config CS5536 config LOONGSON_SUSPEND bool default y - depends on CPU_SUPPORT_CPUFREQ && SUSPEND + depends on CPU_SUPPORTS_CPUFREQ && SUSPEND -- 1.6.2.1