fs: disable fs automounter when no signals

disable fs automounter when no signals, since fs automounter
 depends on signals

Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
This commit is contained in:
wangchengdong
2026-02-08 16:12:41 +08:00
committed by Xiang Xiao
parent 3a38e71ef4
commit 57bdb4e660
+1 -1
View File
@@ -45,7 +45,7 @@ config FS_AUTOMOUNTER_DEBUG
config FS_AUTOMOUNTER_DRIVER
bool "Auto-mounter driver"
default n
depends on FS_AUTOMOUNTER
depends on FS_AUTOMOUNTER && !DISABLE_ALL_SIGNALS
---help---
Enabling this option will lead to registering of a character driver
on FS_AUTOMOUNTER_VFS_PATH + mount point path for auto-mounter.