
From: Simon Glass <sjg@chromium.org> It might better to use separate arguments for each item, but for now, document which args are used by Slot, Slots and move_config() Signed-off-by: Simon Glass <sjg@chromium.org> --- tools/qconfig.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tools/qconfig.py b/tools/qconfig.py index 81dc80169ae..177ffa59111 100755 --- a/tools/qconfig.py +++ b/tools/qconfig.py @@ -372,7 +372,8 @@ class Slot: Args: toolchains: Toolchains object containing toolchains. - args: Program arguments + args: Program arguments; this class uses build_db, verbose, + force_sync, dry_run, exit_on_error progress: A progress indicator. devnull: A file object of '/dev/null'. make_cmd: command name of GNU Make. @@ -615,7 +616,8 @@ class Slots: Args: toolchains (Toolchains): Toolchains object containing toolchains - args (Namespace): Program arguments + args (Namespace): Program arguments; this class uses build_db, + verbose, force_sync, dry_run, exit_on_error, jobs, progress (Progress): A progress indicator. reference_src_dir (str): Determine the true starting config state from this source tree (None for none) @@ -719,7 +721,9 @@ def move_config(args): """Build database or sync config options to defconfig files. Args: - args (Namespace): Program arguments + args (Namespace): Program arguments; this class uses build_db, + verbose, force_sync, dry_run, exit_on_error, jobs, git_ref, + defconfigs, defconfiglist, nocolour Returns: tuple: -- 2.43.0