xref: /openbmc/linux/arch/mips/loongson64/Kconfig (revision 15a1fbdcfb519c2bd291ed01c6c94e0b89537a77)
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