diff options
Diffstat (limited to 'arch/mips/loongson/Kconfig')
-rw-r--r-- | arch/mips/loongson/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/loongson/Kconfig b/arch/mips/loongson/Kconfig index 17e72fde908c..8b5cc138611a 100644 --- a/arch/mips/loongson/Kconfig +++ b/arch/mips/loongson/Kconfig | |||
@@ -62,6 +62,17 @@ endchoice | |||
62 | config CS5536 | 62 | config CS5536 |
63 | bool | 63 | bool |
64 | 64 | ||
65 | config CS5536_MFGPT | ||
66 | bool "CS5536 MFGPT Timer" | ||
67 | depends on CS5536 | ||
68 | help | ||
69 | This option enables the mfgpt0 timer of AMD CS5536. | ||
70 | |||
71 | If you want to enable the Loongson2 CPUFreq Driver, Please enable | ||
72 | this option at first, otherwise, You will get wrong system time. | ||
73 | |||
74 | If unsure, say Yes. | ||
75 | |||
65 | config LOONGSON_SUSPEND | 76 | config LOONGSON_SUSPEND |
66 | bool | 77 | bool |
67 | default y | 78 | default y |