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:
Johan Hedberg 2018-04-19 07:55:53 -07:00 committed by Anas Nashif
commit 9968cda453
18 changed files with 57 additions and 49 deletions

View file

@ -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.