diff options
author | Huacai Chen <chenhuacai@loongson.cn> | 2024-07-20 16:40:59 +0200 |
---|---|---|
committer | Huacai Chen <chenhuacai@loongson.cn> | 2024-07-20 16:40:59 +0200 |
commit | 614d7e99752e02ff6f6d447a83d2929b9649b6cb (patch) | |
tree | efbc7cf421875b24db2b6ba5aefd54f3177bbd76 /arch/loongarch/Kconfig | |
parent | LoongArch: Add ARCH_HAS_PTE_DEVMAP support (diff) | |
download | linux-614d7e99752e02ff6f6d447a83d2929b9649b6cb.tar.xz linux-614d7e99752e02ff6f6d447a83d2929b9649b6cb.zip |
LoongArch: Add ARCH_HAS_DEBUG_VM_PGTABLE support
Add ARCH_HAS_DEBUG_VM_PGTABLE selection in Kconfig, in order to make
corresponding vm debug features usable on LoongArch. Also update the
corresponding arch-support.txt document.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to '')
-rw-r--r-- | arch/loongarch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/loongarch/Kconfig b/arch/loongarch/Kconfig index be5249ebd8fc..0693b621ebd4 100644 --- a/arch/loongarch/Kconfig +++ b/arch/loongarch/Kconfig @@ -16,6 +16,7 @@ config LOONGARCH select ARCH_HAS_ACPI_TABLE_UPGRADE if ACPI select ARCH_HAS_CPU_FINALIZE_INIT select ARCH_HAS_CURRENT_STACK_POINTER + select ARCH_HAS_DEBUG_VM_PGTABLE select ARCH_HAS_FAST_MULTIPLIER select ARCH_HAS_FORTIFY_SOURCE select ARCH_HAS_KCOV |