mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
Simplify DEFAULT_SMALL usage in Kconfig
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
+1
-2
@@ -66,8 +66,7 @@ config FS_NEPOLL_DESCRIPTORS
|
||||
|
||||
config DISABLE_PSEUDOFS_OPERATIONS
|
||||
bool "Disable pseudo-filesystem operations"
|
||||
default y if DEFAULT_SMALL
|
||||
default n if !DEFAULT_SMALL
|
||||
default DEFAULT_SMALL
|
||||
---help---
|
||||
Disable certain operations on pseudo-file systems include mkdir,
|
||||
rmdir, unlink, and rename. These are necessary for the logical
|
||||
|
||||
Reference in New Issue
Block a user