]> git.baikalelectronics.ru Git - uboot.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)
commitfac18a486ba8e546bc9ee32bb133bb58aee9c1e8
tree23ed1cf19cb4ee8074a099c6063339eb2973ae80
parentf9b493cefa619334e2ab789627fa67f57f9d2e90
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