Skip to content

Commit

Permalink
settings: fix Kconfig SETTINGS_NVS dependency
Browse files Browse the repository at this point in the history
The SETTINGS_NVS now depend on the NVS and FLASH_MAP as it was intended.

Signed-off-by: Kamil Piszczek <[email protected]>
  • Loading branch information
kapi-no authored and carlescufi committed Oct 11, 2019
1 parent 7866ea6 commit ff75620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subsys/settings/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ config SETTINGS_FS

config SETTINGS_NVS
bool "NVS non-volatile storage support"
depends on SETTINGS
depends on NVS
depends on FLASH_MAP
help
Enables NVS storage support

Expand Down

0 comments on commit ff75620

Please sign in to comment.