commit | 0082b2e23040f8ad808745f5541dc5e5ae300a68 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 18 08:09:46 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 24 17:36:29 2022 -0500 |
tree | 2601d853b15c00e6b91607f71c425aaff075d653 | |
parent | bb57be75f2c8cd9361be29f596f9c8fb1e618b77 [diff] |
moveconfig: Allow querying board configuration It is useful to be able to find out which boards define a particular option, or combination of options. This is not as easy as grepping the defconfig files since many options are implied by others. Add a -f option to the moveconfig tool to permit this. Update the documentation to cover this, including a better title for the doc page. Signed-off-by: Simon Glass <sjg@chromium.org>