diff options
author | 2022-05-27 15:48:45 -0700 | |
---|---|---|
committer | 2022-05-27 15:48:45 -0700 | |
commit | 1e90e2628cec11c080db3260833f515cc32fc27c (patch) | |
tree | a50cb16a2046266e39a60bc554782e667edd31c4 /kernel | |
parent | Input: ili210x - use one common reset implementation (diff) | |
parent | Input: stmfts - do not leave device disabled in stmfts_input_open (diff) | |
download | wireguard-linux-1e90e2628cec11c080db3260833f515cc32fc27c.tar.xz wireguard-linux-1e90e2628cec11c080db3260833f515cc32fc27c.zip |
Merge branch 'next' into for-linus
Prepare input updates for 5.19 merge window.
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/configs/debug.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/configs/debug.config b/kernel/configs/debug.config index 07df6d93c4df..e8db8d938661 100644 --- a/kernel/configs/debug.config +++ b/kernel/configs/debug.config @@ -16,6 +16,7 @@ CONFIG_SYMBOLIC_ERRNAME=y # # Compile-time checks and compiler options # +CONFIG_DEBUG_INFO=y CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y CONFIG_DEBUG_SECTION_MISMATCH=y CONFIG_FRAME_WARN=2048 |