:orphan: .. title:: CONFIG_OUTPUT_STAT .. kconfig:: CONFIG_OUTPUT_STAT CONFIG_OUTPUT_STAT ################## *Create a statistics file* Type: ``bool`` Help ==== .. code-block:: none Create a stat file using readelf -e Default ======= - y Kconfig definition ================== At ``Kconfig.zephyr:367`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. code-block:: kconfig 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.)*