diff --git a/net/hookers/Kconfig b/net/hookers/Kconfig index 7d5b2bbb4de73fbe16768343ed978655fc7d128b..fed54ad40ae85263cba98d3a3700c9a83eb25b83 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.