xref: /linux/arch/mips/loongson64/Kconfig (revision a746f50d)
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
17endif # MACH_LOONGSON64
18