Kconfig 248 字节
Newer Older
1 2 3
config HOOKERS
       tristate "Hooker service"
       default m
4
       depends on X86
5 6 7 8
       ---help---
       Allow replacing and restore the function pointer in any order.
       See include/linux/hookers.h for details.

9
       Say m if unsure.