[U-Boot] [PATCH 3/3] moveconfig: Allow automatic location and adding of 'imply'

sjg at google.com sjg at google.com
Thu Jul 6 14:51:55 UTC 2017


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 at chromium.org>
---

 tools/moveconfig.py | 224 +++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 215 insertions(+), 9 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list