subsys/fs: remove FS_FLASH_STORAGE_PARTITION

The last reference to this symbol was removed when flash area management
moved to devicetree.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2019-07-20 16:27:29 -05:00 committed by Carles Cufí
commit b3f99fe0aa
3 changed files with 0 additions and 7 deletions

View file

@ -12,6 +12,5 @@
config FCB
bool "Flash Circular Buffer support"
depends on FLASH_MAP
select FS_FLASH_STORAGE_PARTITION
help
Enable support of Flash Circular Buffer.