Messages in this thread Patch in this message |  | | From | Tiezhu Yang <> | | Subject | [PATCH 4/4] LoongArch: Enable KPROBES in default config | | Date | Tue, 20 Sep 2022 11:37:14 +0800 |
| |
Kprobes for LoongArch is supported now, update loongson3_defconfig to enable KPROBES.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> --- arch/loongarch/configs/loongson3_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig index c96ce64..8c45043 100644 --- a/arch/loongarch/configs/loongson3_defconfig +++ b/arch/loongarch/configs/loongson3_defconfig @@ -60,6 +60,7 @@ CONFIG_ACPI_HOTPLUG_MEMORY=y CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER=y CONFIG_EFI_CAPSULE_LOADER=m CONFIG_EFI_TEST=m +CONFIG_KPROBES=y CONFIG_MODULES=y CONFIG_MODULE_FORCE_LOAD=y CONFIG_MODULE_UNLOAD=y -- 2.1.0
|  |