Skip to content

Commit

Permalink
subsys/fs: remove FS_FLASH_STORAGE_PARTITION
Browse files Browse the repository at this point in the history
The last reference to this symbol was removed when flash area management
moved to devicetree.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
  • Loading branch information
pabigot authored and carlescufi committed Jul 22, 2019
1 parent f69e194 commit b3f99fe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions subsys/fs/Kconfig
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion subsys/fs/fcb/Kconfig
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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.
1 change: 0 additions & 1 deletion subsys/fs/nvs/Kconfig
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit b3f99fe

Please sign in to comment.