mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-11-04 00:07:10 +10:00
CONFIG_DEBUG_INFO is now implicitly selected if one picks one of the
explicit options that could be DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT,
DEBUG_INFO_DWARF4, DEBUG_INFO_DWARF5.
This was actually not what I had in mind when I suggested making it a
'choice' statement, but it's too late to change again now, and the Kconfig
logic is more sensible in the new form.
Change any defconfig file that had CONFIG_DEBUG_INFO enabled but did not
pick DWARF4 or DWARF5 explicitly to now pick the toolchain default.
Link: https://lkml.kernel.org/r/20220811114609.2097335-1-arnd@kernel.org
Fixes:
|
||
|---|---|---|
| .. | ||
| axs101_defconfig | ||
| axs103_defconfig | ||
| axs103_smp_defconfig | ||
| haps_hs_defconfig | ||
| haps_hs_smp_defconfig | ||
| hsdk_defconfig | ||
| nsim_700_defconfig | ||
| nsimosci_defconfig | ||
| nsimosci_hs_defconfig | ||
| nsimosci_hs_smp_defconfig | ||
| tb10x_defconfig | ||
| vdk_hs38_defconfig | ||
| vdk_hs38_smp_defconfig | ||