CONFIG_OT_PLAT_FLASH_PAGES_COUNT

Flash pages count used by OpenThread platform

Type: int

Help

This option sets flash pages count used by OpenThread to store its settings. They are located at the end of flash.

Direct dependencies

NET_L2_OPENTHREAD && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 4

Kconfig definition

At <Zephyr>/subsys/net/l2/openthread/Kconfig:140

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/net/Kconfig:85<Zephyr>/subsys/net/l2/Kconfig:75

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 → Zephyr optimizations

config OT_PLAT_FLASH_PAGES_COUNT
    int "Flash pages count used by OpenThread platform"
    default 4
    depends on NET_L2_OPENTHREAD && NETWORKING
    help
      This option sets flash pages count used by OpenThread to store its settings. They are located at the end of flash.

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