From a9b4de99ee59220b0cb37acaef2b6d210e41f010 Mon Sep 17 00:00:00 2001 From: Heinrich Toews Date: Wed, 29 Apr 2026 14:22:59 +0200 Subject: [PATCH] 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 --- arch/arm64/configs/am6xxx_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/am6xxx_defconfig b/arch/arm64/configs/am6xxx_defconfig index 711f6cd6636a..01a8b0131842 100644 --- a/arch/arm64/configs/am6xxx_defconfig +++ b/arch/arm64/configs/am6xxx_defconfig @@ -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