arm64: defconfig: enable DYNAMIC_DEBUG for am6xxx
Tracing complex interactions between the application and remote processors (e.g. RPMsg channels, state synchronizations) requires comprehensive log granularity without flooding the console by default. CONFIG_DYNAMIC_DEBUG: Allows selectively enabling or disabling dev_dbg() and pr_debug() messages at runtime via the debugfs control file. This ensures low-overhead operations normally while permitting in-depth event tracing when analyzing boot delays or firmware communication. Signed-off-by: Heinrich Toews <ht@twx-software.de>
This commit is contained in:
@@ -470,6 +470,7 @@ CONFIG_DMA_CMA=y
|
||||
CONFIG_CMA_SIZE_MBYTES=32
|
||||
CONFIG_IRQ_POLL=y
|
||||
CONFIG_PRINTK_TIME=y
|
||||
CONFIG_DYNAMIC_DEBUG=y
|
||||
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
|
||||
CONFIG_MAGIC_SYSRQ=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
|
||||
Reference in New Issue
Block a user