fs: Convert NFFS partition to a generic one
The NFFS partition at the end of flash is also useful for any other file system or even the Flash Circular Buffer (FCB). Rename the partition from 'nffs_partition' to 'storage_partition' and make it depend on a new hidden Kconfig entry which the relevant users will select (such as NFFS and FCB). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
f59a68b6d8
commit
9968cda453
18 changed files with 57 additions and 49 deletions
|
@ -14,5 +14,6 @@ config FCB
|
|||
prompt "Flash Circular Buffer support"
|
||||
default n
|
||||
depends on FLASH_MAP
|
||||
select FS_FLASH_MAP_STORAGE
|
||||
help
|
||||
Enable support of Flash Circular Buffer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue