CONFIG_OUTPUT_STAT

Create a statistics file

Type: bool

Help

Create a stat file using readelf -e <elf>

Defaults

  • “y”

Kconfig definition

At misc/Kconfig:193

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → Build and Link Features → Build Options

config OUTPUT_STAT
    bool
    prompt "Create a statistics file"
    default "y"
    help
      Create a stat file using readelf -e <elf>

(Definitions include propagated dependencies, including from if’s and menus.)