Skip to content
Snippets Groups Projects
Commit cb008830 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 9b2a2e87
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment