diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-20 18:14:01 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-20 18:29:18 +0100 |
| commit | b7a1ea66d273a4594ee3644be52718310ee100f6 (patch) | |
| tree | 5a0de537c83c27e7ac18067f23841d12dd63cbb9 /README.rst | |
| parent | 9eda760c3dda5dd4ee48d448cc6aae5cd431284b (diff) | |
savedefconfig: Add script
Minimal configuration files can already be generated from within the
menuconfig too, but having a script available can be handy for
scripting.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -54,7 +54,8 @@ installed with e.g. Microsoft Windows is supported. The ``pip`` installation will give you both the base library and the following -executables. All but two mirror functionality available in the C tools. +executables. All but two (``genconfig`` and ``setconfig``) mirror functionality +available in the C tools. - `menuconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/menuconfig.py>`_ @@ -62,6 +63,8 @@ executables. All but two mirror functionality available in the C tools. - `olddefconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/olddefconfig.py>`_ +- `savedefconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/savedefconfig.py>`_ + - `alldefconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/alldefconfig.py>`_ - `allnoconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/allnoconfig.py>`_ |
