From ef6fca713ce44bf5577ae348a3de092e1df0aa1c Mon Sep 17 00:00:00 2001 From: Ricardo F Date: Sun, 18 Mar 2018 22:01:21 +0100 Subject: Add print_config_tree.py example script (#42) Works like menuconfig.py, but just dumps the tree, with a specified .config file as base. Handy for diffing. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 518fc0d..5b320d0 100644 --- a/README.rst +++ b/README.rst @@ -238,6 +238,8 @@ The `examples/ `_ - `print_tree.py `_ prints a tree of all configuration items. +- `print_config_tree.py `_ is similar to ``print_tree.py``, but dumps the tree as it would appear in ``menuconfig``, including values. This can be handy for visually diffing between ``.config`` files and different versions of ``Kconfig`` files. + - `list_undefined.py `_ finds references to symbols that are not defined by any architecture in the Linux kernel. - `merge_config.py `_ merges configuration fragments to produce a complete .config, similarly to ``scripts/kconfig/merge_config.sh`` from the kernel. -- cgit v1.2.3