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

FILE_SYSTEM

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/fs/Kconfig:47

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:16

Menu path: (top menu) → File Systems

config FILE_SYSTEM_NFFS
    bool
    prompt "NFFS file system support" if FILE_SYSTEM
    select FLASH_PAGE_LAYOUT if FILE_SYSTEM
    select FS_FLASH_STORAGE_PARTITION if FILE_SYSTEM
    depends on 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.)