diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 8a8ea7110de8..a71cdbe2a04d 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -71,6 +71,12 @@ config JUMP_LABEL | |||
71 | ( On 32-bit x86, the necessary options added to the compiler | 71 | ( On 32-bit x86, the necessary options added to the compiler |
72 | flags may increase the size of the kernel slightly. ) | 72 | flags may increase the size of the kernel slightly. ) |
73 | 73 | ||
74 | config STATIC_KEYS_SELFTEST | ||
75 | bool "Static key selftest" | ||
76 | depends on JUMP_LABEL | ||
77 | help | ||
78 | Boot time self-test of the branch patching code. | ||
79 | |||
74 | config OPTPROBES | 80 | config OPTPROBES |
75 | def_bool y | 81 | def_bool y |
76 | depends on KPROBES && HAVE_OPTPROBES | 82 | depends on KPROBES && HAVE_OPTPROBES |