mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
fs/: Remove support for CONFIG_FS_WRITABLE
This commit is contained in:
-13
@@ -59,19 +59,6 @@ config FS_READABLE
|
||||
---help---
|
||||
Automatically selected if any readable file system is selected
|
||||
|
||||
config FS_WRITABLE
|
||||
bool "Writable file system"
|
||||
default n
|
||||
---help---
|
||||
Automatically selected if any writable file system is selected. If
|
||||
not selected, support for writing will be disabled in all block
|
||||
drivers and also the block-to-character (BCH) layer and the MTD FTL
|
||||
layer.
|
||||
|
||||
This selection can also be manually selected. You might want to do
|
||||
this if there are no writable file systems enabled, but you still
|
||||
want support for write access in block drivers and/or FTL.
|
||||
|
||||
source fs/aio/Kconfig
|
||||
source fs/semaphore/Kconfig
|
||||
source fs/mqueue/Kconfig
|
||||
|
||||
Reference in New Issue
Block a user