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

CONFIG_FS_FATFS_MAX_SS

Maximum supported sector size

Type: int

Direct dependencies

FAT_FILESYSTEM_ELM && FILE_SYSTEM

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At subsys/fs/Kconfig.fatfs:127

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:25subsys/fs/Kconfig:60

Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support → ELM FAT file system support → ELM FAT file system settings

config FS_FATFS_MAX_SS
    int "Maximum supported sector size" if FAT_FILESYSTEM_ELM
    range 512 4096
    default 512
    depends on FAT_FILESYSTEM_ELM && FILE_SYSTEM

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