:orphan: .. title:: CONFIG_DISK_FLASH_SECTOR_SIZE .. kconfig:: CONFIG_DISK_FLASH_SECTOR_SIZE CONFIG_DISK_FLASH_SECTOR_SIZE ############################# *Flash device sector size* Type: ``int`` Help ==== .. code-block:: none This is the file system sector size in bytes. Direct dependencies =================== \ :kconfig:`DISK_DRIVER_FLASH ` && \ :kconfig:`DISK_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== At ``/disk/Kconfig.flash:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:116`` → ``/disk/Kconfig:12`` Menu path: (Top) → Device Drivers → Disk Drivers → Flash .. code-block:: kconfig config DISK_FLASH_SECTOR_SIZE int "Flash device sector size" default 512 depends on DISK_DRIVER_FLASH && DISK_DRIVERS help This is the file system sector size in bytes. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*