zephyr/subsys/storage/flash_map
Andrzej Puzdrowski 4954fe06f2 subsys: fs: fix generic storage partition selection
FS_FLASH_MAP_STORAGE keyword enables the storage partition,
but it was depend on flash_map module which is unused by
NFFS. This patch makes it independent thanks
to it is possible to enable the storage partition
without flash_map module.

FS_FLASH_MAP_STORAGE was renamed to
CONFIG_FS_FLASH_STORAGE_PARTITION
as it is independent for flash_map.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2018-05-04 10:14:01 -04:00
..
CMakeLists.txt
Kconfig subsys: storage: flash_map: enable only if any flash driver is enable 2018-03-08 10:18:57 +01:00
flash_map.c subsys: storage: flash_map: Fix Coverity issues 2018-03-08 10:18:57 +01:00
flash_map_default.c subsys: fs: fix generic storage partition selection 2018-05-04 10:14:01 -04:00