The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_FS_NFFS_NUM_CACHE_BLOCKS

Number of cached blocks

Type: int

Direct dependencies

FILE_SYSTEM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/fs/Kconfig:97

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:18

Menu path: (top menu) → File Systems → NFFS Settings

config FS_NFFS_NUM_CACHE_BLOCKS
    int
    prompt "Number of cached blocks" if FILE_SYSTEM && FILE_SYSTEM_NFFS
    range 1 512 if FILE_SYSTEM
    default 64 if FILE_SYSTEM
    depends on FILE_SYSTEM

(Definitions include propagated dependencies, including from if’s and menus.)