diff --git a/misc/Kconfig b/misc/Kconfig index 1d4ea8efa9c..b0111840840 100644 --- a/misc/Kconfig +++ b/misc/Kconfig @@ -156,6 +156,12 @@ config OUTPUT_STAT help Create a stat file using readelf -e +config OUTPUT_DISASSEMBLY + bool "Create a disassembly file" + default y + help + Create an .lst file with the assembly listing of the firmware. + config BUILD_OUTPUT_HEX bool "Build a binary in HEX format" default n