summaryrefslogtreecommitdiff
path: root/arch/x86/configs/i386_defconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-01-05 03:35:58 +0300
committerIngo Molnar <mingo@kernel.org>2022-01-09 00:55:29 +0300
commitb6aa86cff44cf099299d3a5e66348cb709cd7964 (patch)
treecd4d094da259674e91c903df38c8c58fd48a8c9c /arch/x86/configs/i386_defconfig
parentff936357b49681cf823ca82a565dbdd0fd439819 (diff)
downloadlinux-b6aa86cff44cf099299d3a5e66348cb709cd7964.tar.xz
x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs
Most distro kernels have this option enabled, to improve debug output. Lockdep also selects it. Enable this in the defconfig kernel as well, to make it more representative of what people are using on x86. Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/YdTn7gssoMVDMgMw@gmail.com
Diffstat (limited to 'arch/x86/configs/i386_defconfig')
-rw-r--r--arch/x86/configs/i386_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index 5d97a2dfbaa7..71124cf8630c 100644
--- a/arch/x86/configs/i386_defconfig
+++ b/arch/x86/configs/i386_defconfig
@@ -261,3 +261,4 @@ CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
CONFIG_EARLY_PRINTK_DBGP=y
CONFIG_DEBUG_BOOT_PARAMS=y
+CONFIG_KALLSYMS_ALL=y