diff --git a/net/hookers/Kconfig b/net/hookers/Kconfig index bec94cc8d865ef8ec956c7a471d538be0a1716cd..7d5b2bbb4de73fbe16768343ed978655fc7d128b 100644 --- a/net/hookers/Kconfig +++ b/net/hookers/Kconfig @@ -1,8 +1,9 @@ config HOOKERS tristate "Hooker service" default m + depends on X86 ---help--- Allow replacing and restore the function pointer in any order. See include/linux/hookers.h for details. - Say m if unsure. \ No newline at end of file + Say m if unsure.