:orphan: .. title:: FS_FATFS_MAX_SS .. option:: CONFIG_FS_FATFS_MAX_SS *Maximum supported sector size* Type: ``int`` Direct dependencies =================== \ :option:`FAT_FILESYSTEM_ELM ` && \ :option:`FILE_SYSTEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== .. highlight:: kconfig At ``subsys/fs/Kconfig.fatfs:129`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:25`` → ``subsys/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 .. parsed-literal:: config FS_FATFS_MAX_SS int "Maximum supported sector size" if \ :option:`FAT_FILESYSTEM_ELM ` range 512 4096 default 512 depends on \ :option:`FAT_FILESYSTEM_ELM ` && \ :option:`FILE_SYSTEM ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*