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

@ -4,10 +4,6 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# Hidden. Automatically selected by file systems or FCB that need it
config FS_FLASH_STORAGE_PARTITION
bool
menu "File Systems" menu "File Systems"
config FILE_SYSTEM config FILE_SYSTEM
@ -38,7 +34,6 @@ config FAT_FILESYSTEM_ELM
config FILE_SYSTEM_NFFS config FILE_SYSTEM_NFFS
bool "NFFS file system support" bool "NFFS file system support"
depends on FLASH_PAGE_LAYOUT depends on FLASH_PAGE_LAYOUT
select FS_FLASH_STORAGE_PARTITION
help help
Enables NFFS file system support. Enables NFFS file system support.
Note: NFFS requires 1-byte unaligned access to flash thus it Note: NFFS requires 1-byte unaligned access to flash thus it

View file

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

View file

@ -8,7 +8,6 @@
config NVS config NVS
bool "Non-volatile Storage" bool "Non-volatile Storage"
select FS_FLASH_STORAGE_PARTITION
help help
Enable support of Non-volatile Storage. Enable support of Non-volatile Storage.