]> git.baikalelectronics.ru Git - uboot.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)
commit586c34be0e534e426bcea47beb3ef1a7c5251767
tree92aaecf15fc19463f282434eeb692a7ecda0720a
parent6366535b38f5bfb47c5bd8b51cd9210df3b78dff
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