diff options
author | 2024-09-06 14:38:26 -0700 | |
---|---|---|
committer | 2024-10-08 15:01:34 -0700 | |
commit | a1b87bee1bc2259e8178c40fa914b3237836f7a9 (patch) | |
tree | 73841d75fc27706d5a69e887bc08d881678d7234 | |
parent | Linux 6.12-rc1 (diff) | |
download | wireguard-linux-a1b87bee1bc2259e8178c40fa914b3237836f7a9.tar.xz wireguard-linux-a1b87bee1bc2259e8178c40fa914b3237836f7a9.zip |
ARM: multi_v7_defconfig: Enable debugging symbols by default
Similarly to the ARM64 defconfig, enable debugging symbols and rely upon
the toolchain's default DWARF implementation.
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 9a5f5c439b87..758276027dbc 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1323,5 +1323,8 @@ CONFIG_CRYPTO_DEV_STM32_HASH=m CONFIG_CRYPTO_DEV_STM32_CRYP=m CONFIG_CMA_SIZE_MBYTES=64 CONFIG_PRINTK_TIME=y +CONFIG_DEBUG_KERNEL=y +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +CONFIG_DEBUG_INFO_REDUCED=y CONFIG_MAGIC_SYSRQ=y CONFIG_DEBUG_FS=y |