moveconfig: Allow querying board configuration
authorSimon Glass <sjg@chromium.org>
Sat, 18 Dec 2021 15:09:46 +0000 (08:09 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 22:36:29 +0000 (17:36 -0500)
commit65d7fcec5a05be15694613c6db709ede19bce85b
tree2601d853b15c00e6b91607f71c425aaff075d653
parent84067a5890f186a925dcf89f8402abaf12f09b45
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>
doc/develop/moveconfig.rst
tools/moveconfig.py