The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_FILE_SYSTEM_NFFS

NFFS file system support

Type: bool

Help

Enables NFFS file system support. Note: NFFS requires 1-byte unaligned access to flash thus it will not work on devices that support only aligned flash access.

Direct dependencies

FLASH_PAGE_LAYOUT && FILE_SYSTEM

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/fs/Kconfig:38

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

Menu path: (top menu) → File Systems

config FILE_SYSTEM_NFFS
    bool
    prompt "NFFS file system support" if FLASH_PAGE_LAYOUT && FILE_SYSTEM
    select FS_FLASH_STORAGE_PARTITION if FLASH_PAGE_LAYOUT && FILE_SYSTEM
    depends on FLASH_PAGE_LAYOUT && FILE_SYSTEM
    help
      Enables NFFS file system support.
      Note: NFFS requires 1-byte unaligned access to flash thus it
      will not work on devices that support only aligned flash access.

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