
30 Jan
2023
30 Jan
'23
7:04 p.m.
On Sat, Jan 28, 2023 at 05:57:36PM -0700, Simon Glass wrote:
This series adds source scanning to moveconfig.py so that it can look for Kconfig options mentioned in the source which do not appear in Kconfig, and vice versa.
This tool is then used to clean up the unused or obsolete options mentioned in Makefiles, along with any attached source code.
No functional change is intended.
Before I attempt to, have you done a global before / after with buildman to check for unintentional breakage? buildman --step 0 is quite handy for things like this :)
--
Tom