:orphan: .. title:: OUTPUT_STAT .. option:: CONFIG_OUTPUT_STAT *Create a statistics file* Type: ``bool`` Help ==== Create a stat file using readelf -e Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:264`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. parsed-literal:: config OUTPUT_STAT bool "Create a statistics file" default y help Create a stat file using readelf -e *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*