commit | 9b2a2e87d2404dad62e4c2f350fd07324bfdadc3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 15 21:39:32 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:20 2017 -0600 |
tree | fea234d2d931b7603462dc5fb054e085d8bfacc7 | |
parent | 2ddd85dc34c4b5fdefe363b735d2eea8d9d87c6c [diff] |
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>