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

CONFIG_DISK_FLASH_SECTOR_SIZE

Flash device sector size

Type: int

Help

This is the file system sector size in bytes.

Direct dependencies

DISK_DRIVER_FLASH && DISK_DRIVERS

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At drivers/disk/Kconfig.flash:46

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:116drivers/disk/Kconfig:12

Menu path: (Top) → Device Drivers → Disk Drivers → Flash

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.)