commit | 4c4eb7cdd48240d0437da73342efaa37ec3e0852 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 01 13:19:12 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 07 14:33:47 2023 -0500 |
tree | 23ed1cf19cb4ee8074a099c6063339eb2973ae80 | |
parent | 6331b538eadf82b132acb68e94c800c12ef52c02 [diff] |
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>