commit | 941671a19cfb8e0fad3bd2a11ab5137e43c2ddc5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Feb 08 11:49:46 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Feb 22 10:05:44 2022 -0700 |
tree | 8ab3302c5dff8d4cff9518218bb97d8ac7e16b79 | |
parent | b8d11da0d09aed23c880e572144148d8c9d4cd64 [diff] |
moveconfig: Allow regex matches when finding combinations It is useful to be able to search for CONFIG options that match a regex, such as this, which lists boards which define SPL_FIT_GENERATOR and anything not starting with ROCKCHIP: ./tools/moveconfig.py -f SPL_FIT_GENERATOR ~ROCKCHIP.* Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>