Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)

This commit is contained in:
Gregory Nutt
2013-11-15 09:49:27 -06:00
parent 121de26583
commit f1671bb6a7
10 changed files with 25 additions and 4 deletions
+1
View File
@@ -7,6 +7,7 @@ config FS_ROMFS
bool "ROMFS file system"
default n
depends on !DISABLE_MOUNTPOINT
select FS_READABLE
---help---
Enable ROMFS filesystem support