[PATCH v5 04/22] liveupdate: Kconfig: Make debugfs optional

From: Pasha Tatashin

Date: Fri Nov 07 2025 - 16:05:40 EST


Now, that LUO can drive KHO state internally, the debugfs API became
optional, so remove the default config.

Signed-off-by: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
---
kernel/liveupdate/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/kernel/liveupdate/Kconfig b/kernel/liveupdate/Kconfig
index e1fdcf7f57f3..054f6375a7af 100644
--- a/kernel/liveupdate/Kconfig
+++ b/kernel/liveupdate/Kconfig
@@ -54,7 +54,6 @@ config KEXEC_HANDOVER_DEBUG

config KEXEC_HANDOVER_DEBUGFS
bool "kexec handover debugfs interface"
- default KEXEC_HANDOVER
depends on KEXEC_HANDOVER
select DEBUG_FS
help
--
2.51.2.1041.gc1ab5b90ca-goog