The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_FS_NFFS_FLASH_DEV_NAME

Flash device name to be used

Type: string

Direct dependencies

FILE_SYSTEM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At subsys/fs/Kconfig:75

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:16

Menu path: (Top) → File Systems → File system support → NFFS Settings

config FS_NFFS_FLASH_DEV_NAME
    string "Flash device name to be used" if FILE_SYSTEM_NFFS
    depends on FILE_SYSTEM

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