Re: [PATCH v2 00/87] Clean up of bad Kconfig options

2023-02-01 Thread Simon Glass
Hi Tom, On Mon, 30 Jan 2023 at 11:04, Tom Rini wrote: > > 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. >

Re: [PATCH v2 00/87] Clean up of bad Kconfig options

2023-01-30 Thread Tom Rini
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 option

[PATCH v2 00/87] Clean up of bad Kconfig options

2023-01-28 Thread Simon Glass
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 funct