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:
|
||
|---|---|---|
| .. | ||
| audio_kc705_defconfig | ||
| cadence_csp_defconfig | ||
| common_defconfig | ||
| generic_kc705_defconfig | ||
| iss_defconfig | ||
| nommu_kc705_defconfig | ||
| smp_lx200_defconfig | ||
| virt_defconfig | ||
| xip_kc705_defconfig | ||