forked from luck/tmp_suning_uos_patched
caed1d1b20
There are mixed LOONGSON3/LOONGSON64 usages in recently changes, let's establish some rules: 1, In Kconfig symbols, we only use CPU_LOONGSON64, MACH_LOONGSON64 and SYS_HAS_CPU_LOONGSON64, all other derived symbols use "LOONGSON3" since they all not widely-used symbols and sometimes not suitable for all 64-bit Loongson processors. E.g., we use symbols LOONGSON3_ENHANCEMENT, CPU_LOONGSON3_WORKAROUNDS, etc. 2, Hide GSx64/GSx64E in Kconfig title since it is not useful for general users. However, in the full description we use a more detailed manner. E.g., GS264/GS464/GS464E/GS464V. All Kconfig titles and descriptions of Loongson processors and machines have also been updated in this patch for consistency. Signed-off-by: Huacai Chen <chenhc@lemote.com> Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: Paul Burton <paul.burton@mips.com> Cc: linux-mips@linux-mips.org Cc: linux-mips@vger.kernel.org Cc: Fuxin Zhang <zhangfx@lemote.com> Cc: Zhangjin Wu <wuzhangjin@gmail.com> Cc: Huacai Chen <chenhuacai@gmail.com>
22 lines
455 B
Plaintext
22 lines
455 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
if MACH_LOONGSON64
|
|
|
|
config RS780_HPET
|
|
bool "RS780/SBX00 HPET Timer"
|
|
depends on MACH_LOONGSON64
|
|
select MIPS_EXTERNAL_TIMER
|
|
help
|
|
This option enables the hpet timer of 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 LOONGSON_MC146818
|
|
bool
|
|
default n
|
|
|
|
endif # MACH_LOONGSON64
|