mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
3a38e71ef4
commit
57bdb4e660
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue