aboutsummaryrefslogtreecommitdiffstats
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 @@
1config ARCH_HAVE_LIVE_PATCHING 1config ARCH_HAVE_LIVE_PATCHING
2 boolean 2 bool
3 help 3 help
4 Arch supports kernel live patching 4 Arch supports kernel live patching
5 5
6config LIVE_PATCHING 6config LIVE_PATCHING
7 boolean "Kernel Live Patching" 7 bool "Kernel Live Patching"
8 depends on DYNAMIC_FTRACE_WITH_REGS 8 depends on DYNAMIC_FTRACE_WITH_REGS
9 depends on MODULES 9 depends on MODULES
10 depends on SYSFS 10 depends on SYSFS