CONFIG_PM_PARTITION_SIZE_NVS_STORAGE

Memory reserved for NVS_STORAGE.

Type: hex

Help

Memory set aside for the $(partition) partition.

Direct dependencies

NVS && !SETTINGS_NVS

(Includes any dependencies from ifs and menus.)

Default

  • 0x6000

Kconfig definition

At <nRF>/subsys/partition_manager/Kconfig.template.partition_size:2

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:36<nRF>/subsys/partition_manager/Kconfig:27

Menu path: (Top) → Modules → Nordic nRF Connect → Partition Manager → Zephyr subsystem configurations

config PM_PARTITION_SIZE_NVS_STORAGE
    hex "Memory reserved for NVS_STORAGE."
    default 0x6000
    depends on NVS && !SETTINGS_NVS
    help
      Memory set aside for the $(partition) partition.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)