xref: /linux/arch/mips/loongson64/Kconfig (revision 9d106c6dd81bb26ad7fc3ee89cb1d62557c8e2c9)
1# SPDX-License-Identifier: GPL-2.0
2if MACH_LOONGSON64
3
4config RS780_HPET
5	bool "RS780/SBX00 HPET Timer"
6	depends on MACH_LOONGSON64
7	select MIPS_EXTERNAL_TIMER
8	help
9	  This option enables the hpet timer of AMD RS780/SBX00.
10
11	  If you want to enable the Loongson3 CPUFreq Driver, Please enable
12	  this option at first, otherwise, You will get wrong system time.
13
14	  If unsure, say Yes.
15
16
17config LOONGSON_MC146818
18	bool
19	default n
20
21endif # MACH_LOONGSON64
22