]> git.dujemihanovic.xyz Git - u-boot.git/commit
moveconfig: Add an option to compare Kconfig against source
authorSimon Glass <sjg@chromium.org>
Wed, 1 Feb 2023 20:19:12 +0000 (13:19 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 7 Feb 2023 19:33:47 +0000 (14:33 -0500)
commit65e62037dd13840f9638632f5a6048c677a68a74
tree23ed1cf19cb4ee8074a099c6063339eb2973ae80
parentb69026c91f2e98b247120e217a986f5056724baf
moveconfig: Add an option to compare Kconfig against source

Sometimes the Makefile rules or source code refers to Kconfig options
which don't exist. Update the moveconfig tool to check this and produce
a series of reports about inconsistencies.

This can then be used to generate patches to correct the problems.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/moveconfig.py