CONFIG_DISK_FLASH_SECTOR_SIZE

Flash device sector size

Type: int

Help

This is the file system sector size in bytes.

Direct dependencies

DISK_ACCESS_FLASH && DISK_ACCESS

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At <Zephyr>/subsys/disk/Kconfig:82

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:19

Menu path: (Top) → Sub Systems and OS Services → Disk Interface → Flash

config DISK_FLASH_SECTOR_SIZE
    int "Flash device sector size"
    default 512
    depends on DISK_ACCESS_FLASH && DISK_ACCESS
    help
      This is the file system sector size in bytes.

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