fs/: Remove support for CONFIG_FS_WRITABLE

This commit is contained in:
Gregory Nutt
2020-03-21 10:48:14 -06:00
committed by Xiang Xiao
parent 66ab039b89
commit 7a871e2f29
15 changed files with 56 additions and 153 deletions
-13
View File
@@ -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