# SPDX-License-Identifier: GPL-2.0
if MACH_LOONGSON64

config LOONGSON_HPET
	bool "Loongson HPET Timer"
	depends on MACH_LOONGSON64
	select MIPS_EXTERNAL_TIMER
	help
	  This option enables the hpet timer of LS2H or LS7A or AMD RS780/SBX00.

	  If you want to enable the Loongson3 CPUFreq Driver, Please enable
	  this option at first, otherwise, You will get wrong system time.

	  If unsure, say Yes.

config LEFI_FIRMWARE_INTERFACE
        bool

config LOONGSON_UART_BASE
        bool
        default y
        depends on EARLY_PRINTK || SERIAL_8250

endif # MACH_LOONGSON64
