:orphan: .. title:: CONFIG_OUTPUT_DISASSEMBLE_ALL .. kconfig:: CONFIG_OUTPUT_DISASSEMBLE_ALL CONFIG_OUTPUT_DISASSEMBLE_ALL ############################# *Disassemble all sections with source. Fill zeros.* Type: ``bool`` Help ==== .. code-block:: none The .lst file will contain complete disassembly of the firmware not just those expected to contain instructions including zeros Direct dependencies =================== \ :kconfig:`OUTPUT_DISASSEMBLY ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``Kconfig.zephyr:379`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options → Create a disassembly file .. code-block:: kconfig config OUTPUT_DISASSEMBLE_ALL bool "Disassemble all sections with source. Fill zeros." default n depends on OUTPUT_DISASSEMBLY help The .lst file will contain complete disassembly of the firmware not just those expected to contain instructions including zeros *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*