]> git.ipfire.org Git - people/ms/u-boot.git/commit
moveconfig: Allow control of which implying configs are shown
authorSimon Glass <sjg@chromium.org>
Fri, 16 Jun 2017 03:39:32 +0000 (21:39 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commit9b2a2e87d2404dad62e4c2f350fd07324bfdadc3
treefea234d2d931b7603462dc5fb054e085d8bfacc7
parent2ddd85dc34c4b5fdefe363b735d2eea8d9d87c6c
moveconfig: Allow control of which implying configs are shown

Sometimes it is useful to display CONFIG_TARGET or CONFIG_CMD configs. Add
an option to control this.

Also we generally ignore implying configs which affect fewer than 5
boards. But sometimes it is useful to show those those, so add an option
that reduces the minimum to two.

ERRATUM configs are never useful for implying things, so ignore those.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/moveconfig.py