[PATCH] arm64: defconfig: Re-enable debug information

Tudor Cretu tudor.cretu at arm.com
Thu Jul 28 08:04:33 PDT 2022


Commit f9b3cd245784 ("Kconfig.debug: make DEBUG_INFO selectable from a
choice") introduced several options for DEBUG_INFO. Without specifying a
choice for DEBUG_INFO, it defaults to DEBUG_INFO_NONE which disables the
debugging information. Choose the DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT option
to re-enable debug information.

Cc: Kevin Brodsky <kevin.brodsky at arm.com>
Cc: Mark Rutland <mark.rutland at arm.com>
Cc: Catalin Marinas <catalin.marinas at arm.com>
Cc: Will Deacon <will at kernel.org>
Cc: Arnd Bergmann <arnd at kernel.org>
Signed-off-by: Tudor Cretu <tudor.cretu at arm.com>
---
 arch/arm64/configs/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7d1105343bc2..b0665be6b211 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1296,7 +1296,7 @@ CONFIG_CRYPTO_DEV_HISI_HPRE=m
 CONFIG_CRYPTO_DEV_HISI_TRNG=m
 CONFIG_CMA_SIZE_MBYTES=32
 CONFIG_PRINTK_TIME=y
-CONFIG_DEBUG_INFO=y
+CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
 CONFIG_DEBUG_INFO_REDUCED=y
 CONFIG_MAGIC_SYSRQ=y
 CONFIG_DEBUG_FS=y
-- 
2.25.1




More information about the linux-arm-kernel mailing list