summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kernel/livepatch/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/livepatch/Kconfig b/kernel/livepatch/Kconfig
index 96da00fbc120..66797aa597c0 100644
--- a/kernel/livepatch/Kconfig
+++ b/kernel/livepatch/Kconfig
@@ -1,10 +1,10 @@
config ARCH_HAVE_LIVE_PATCHING
- boolean
+ bool
help
Arch supports kernel live patching
config LIVE_PATCHING
- boolean "Kernel Live Patching"
+ bool "Kernel Live Patching"
depends on DYNAMIC_FTRACE_WITH_REGS
depends on MODULES
depends on SYSFS