From db153a10baa44eb31fce8c5459dfef6722f34e56 Mon Sep 17 00:00:00 2001 From: Zou Cao Date: Fri, 13 Dec 2019 10:28:35 +0800 Subject: [PATCH] alinux: hookers: add arm64 dependency Now hookers has been support in arm64, add the Kconfig depend for arm64, otherwise it won't be built. Signed-off-by: Zou Cao Acked-by: Xunlei Pang --- net/hookers/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/hookers/Kconfig b/net/hookers/Kconfig index 7d5b2bbb4de7..fed54ad40ae8 100644 --- a/net/hookers/Kconfig +++ b/net/hookers/Kconfig @@ -1,7 +1,7 @@ config HOOKERS tristate "Hooker service" default m - depends on X86 + depends on X86 || ARM64 ---help--- Allow replacing and restore the function pointer in any order. See include/linux/hookers.h for details. -- GitLab