]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
moveconfig: Rename the tool to qconfig
authorSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 19:44:14 +0000 (13:44 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 4 Oct 2023 15:25:21 +0000 (09:25 -0600)
This does not move configs anymore, but queries them, based on a database
it can build. Rename the tool to better reflect its purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/qconfig.py [moved from tools/moveconfig.py with 99% similarity]

similarity index 99%
rename from tools/moveconfig.py
rename to tools/qconfig.py
index ed75d3277d6040483d1fac39a33587ea2b8b2aaf..dd55a696fda2f85de9dcc3408ef5157877233b18 100755 (executable)
@@ -5,7 +5,7 @@
 #
 
 """
-Move config options from headers to defconfig files.
+Build and query a Kconfig database for boards.
 
 See doc/develop/moveconfig.rst for documentation.
 """
@@ -900,7 +900,7 @@ def do_imply_config(config_list, add_imply, imply_flags, skip_added,
     all x86 boards will have that option, avoiding adding CONFIG_CMD_IRQ to
     each of the x86 defconfig files.
 
-    This function uses the moveconfig database to find such options. It
+    This function uses the qconfig database to find such options. It
     displays a list of things that could possibly imply those in the list.
     The algorithm ignores any that start with CONFIG_TARGET since these
     typically refer to only a few defconfigs (often one). It also does not