CONFIG_MCUBOOT_FLASH_WRITE_BLOCK_SIZE

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

BOOTLOADER_MCUBOOT

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <nRF>/modules/mcuboot/Kconfig:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:8

Menu path: (Top) → Modules → mcuboot (/home/runner/work/sdk-nrf/sdk-nrf/ncs/bootloader/mcuboot) → MCUboot

config MCUBOOT_FLASH_WRITE_BLOCK_SIZE
    int
    default 0
    depends on BOOTLOADER_MCUBOOT

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