summaryrefslogtreecommitdiff
path: root/kernel/livepatch
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/livepatch')
-rw-r--r--kernel/livepatch/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/livepatch/Kconfig b/kernel/livepatch/Kconfig
index 66797aa597c0..347ee2221137 100644
--- a/kernel/livepatch/Kconfig
+++ b/kernel/livepatch/Kconfig
@@ -1,4 +1,4 @@
-config ARCH_HAVE_LIVE_PATCHING
+config HAVE_LIVE_PATCHING
bool
help
Arch supports kernel live patching
@@ -9,7 +9,7 @@ config LIVE_PATCHING
depends on MODULES
depends on SYSFS
depends on KALLSYMS_ALL
- depends on ARCH_HAVE_LIVE_PATCHING
+ depends on HAVE_LIVE_PATCHING
help
Say Y here if you want to support kernel live patching.
This option has no runtime impact until a kernel "patch"