diff mbox series

[v3,25/27] moveconfig: Rename the tool to qconfig

Message ID 20230923194424.1739224-26-sjg@chromium.org
State Accepted
Commit ea4d6dead3728e5e7e6a2f070ca240de832bce92
Delegated to: Simon Glass
Headers show
Series moveconfig: Drop old code and tidy up | expand

Commit Message

Simon Glass Sept. 23, 2023, 7:44 p.m. UTC
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>
---

(no changes since v1)

 tools/{moveconfig.py => qconfig.py} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename tools/{moveconfig.py => qconfig.py} (99%)

Comments

Simon Glass Oct. 4, 2023, 5:58 p.m. UTC | #1
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>
---

(no changes since v1)

 tools/{moveconfig.py => qconfig.py} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename tools/{moveconfig.py => qconfig.py} (99%)

Applied to u-boot-dm, thanks!
Simon Glass Oct. 7, 2023, 8:37 p.m. UTC | #2
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>
---

(no changes since v1)

 tools/{moveconfig.py => qconfig.py} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename tools/{moveconfig.py => qconfig.py} (99%)

Applied to u-boot-dm, thanks!
Applied to u-boot-dm, thanks!
diff mbox series

Patch

diff --git a/tools/moveconfig.py b/tools/qconfig.py
similarity index 99%
rename from tools/moveconfig.py
rename to tools/qconfig.py
index ed75d3277d60..dd55a696fda2 100755
--- a/tools/moveconfig.py
+++ b/tools/qconfig.py
@@ -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