diff options
Diffstat (limited to 'arch/mips/loongson/Kconfig')
-rw-r--r-- | arch/mips/loongson/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/loongson/Kconfig b/arch/mips/loongson/Kconfig index a214127895f2..17e72fde908c 100644 --- a/arch/mips/loongson/Kconfig +++ b/arch/mips/loongson/Kconfig | |||
@@ -61,3 +61,8 @@ endchoice | |||
61 | 61 | ||
62 | config CS5536 | 62 | config CS5536 |
63 | bool | 63 | bool |
64 | |||
65 | config LOONGSON_SUSPEND | ||
66 | bool | ||
67 | default y | ||
68 | depends on CPU_SUPPORTS_CPUFREQ && SUSPEND | ||