mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
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:
committed by
Xiang Xiao
parent
3a38e71ef4
commit
57bdb4e660
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user