]> git.ipfire.org Git - people/ms/u-boot.git/commit
moveconfig: Allow automatic location and adding of 'imply'
authorSimon Glass <sjg@chromium.org>
Fri, 16 Jun 2017 03:39:33 +0000 (21:39 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commitcb008830aa10214c5e924d8fe15deaeca190d71a
tree92aaecf15fc19463f282434eeb692a7ecda0720a
parent9b2a2e87d2404dad62e4c2f350fd07324bfdadc3
moveconfig: Allow automatic location and adding of 'imply'

By using a Kconfig parser we can find the location of each option in the
Kconfig tree. Using the information from the database we can then
automatically add an 'imply' option into the right place if requested by
the user.

Add a -a option to support adding 'imply' options. Display the location of
any existing 'imply' option so that progress can be examined. Add a -A
option to hide any existing 'imply' options so that already-completed
additions need not be considered further.

Also add documentation for this feature.

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