:orphan: .. title:: CONFIG_OUTPUT_DISASSEMBLY .. kconfig:: CONFIG_OUTPUT_DISASSEMBLY CONFIG_OUTPUT_DISASSEMBLY ######################### *Create a disassembly file* Type: ``bool`` Help ==== .. code-block:: none Create an .lst file with the assembly listing of the firmware. Default ======= - y Kconfig definition ================== At ``Kconfig.zephyr:373`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. code-block:: kconfig config OUTPUT_DISASSEMBLY bool "Create a disassembly file" default y help Create an .lst file with the assembly listing of the firmware. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*