diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-16 11:24:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-16 11:24:51 +0100 |
| commit | 71e1b54f4d8e2eb8a3c8703db731425bd5fe2e7e (patch) | |
| tree | 7e924016e6f7684389f594bd180285fa23979698 | |
| parent | 044310b6398b4e0e914deda00509ad86febc521b (diff) | |
Link to pymenuconfig
A menuconfig implementation built on top of Kconfiglib using TkInter.
| -rw-r--r-- | README.rst | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -11,6 +11,17 @@ see* |changes|_. .. _changes: https://github.com/ulfalizer/Kconfiglib/blob/master/kconfiglib-2-changes.txt .. |changes| replace:: *kconfiglib-2-changes.txt* +|RomaVis|_ *has built a portable* |TkInter|_ *menuconfig implementation on top of Kconfiglib. It is still a work-in-progress, but is already functional. See the* |pymenuconfig|_ *project.* + +.. _RomaVis: https://github.com/RomaVis +.. |RomaVis| replace:: *RomaVis* + +.. _TkInter: https://wiki.python.org/moin/TkInter +.. |TkInter| replace:: *TkInter* + +.. _pymenuconfig: https://github.com/RomaVis/pymenuconfig +.. |pymenuconfig| replace:: *pymenuconfig* + Kconfiglib is a Python 2/3 library for scripting and extracting information from `Kconfig <https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt>`_ @@ -267,9 +278,7 @@ The `examples/ <https://github.com/ulfalizer/Kconfiglib/blob/master/examples>`_ Value for BOOL (available: n, y): n ... -I'm not currently interested in implementing a (more usable) menuconfig myself, but all the infrastructure -for a great one should be there if you want to give it a go. I'll help you out with any questions you might -have. +See the `pymenuconfig <https://github.com/RomaVis/pymenuconfig>`_ project for a real-world `menuconfig` implementation built on top of Kconfiglib. Real-world examples ~~~~~~~~~~~~~~~~~~~ |
