On 21/07/2022 16:13, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > 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. I think this should be split - into remove DEBUG_INFO (noop) and into selecting CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT (a fix). Best regards, Krzysztof