:orphan: .. title:: DISK_FLASH_SECTOR_SIZE .. option:: CONFIG_DISK_FLASH_SECTOR_SIZE *Flash device sector size* Type: ``int`` Help ==== This is the file system sector size in bytes. Direct dependencies =================== \ :option:`DISK_ACCESS_FLASH ` && \ :option:`DISK_ACCESS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== .. highlight:: kconfig At ``subsys/disk/Kconfig:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:19`` Menu path: (Top) → Sub Systems and OS Services → Disk Interface → Flash .. parsed-literal:: config DISK_FLASH_SECTOR_SIZE int "Flash device sector size" default 512 depends on \ :option:`DISK_ACCESS_FLASH ` && \ :option:`DISK_ACCESS ` help This is the file system sector size in bytes. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*