diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-17 00:55:41 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-17 00:55:41 +0200 |
| commit | d7e71a8f9736be34d90924ceb04a1e699242f93d (patch) | |
| tree | b21ab2ad2a9fcc103ae5565f85eb5dbc5843e499 | |
| parent | f86d8f9ca28c3439226c9014cea32d461c367cb9 (diff) | |
Link Kconfig documentation.
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,10 +1,10 @@ # Kconfiglib # -A Python library for doing stuff with Kconfig-based configuration systems. Can -extract information, query and set symbol values, and read and write -<i>.config</i> files. Highly compatible with the <i>scripts/kconfig/\*conf</i> -utilities in the kernel, usually invoked via make targets such as -<i>menuconfig</i> and <i>defconfig</i>. +A Python library for doing stuff with [Kconfig](https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt)-based +configuration systems. Can extract information, query and set symbol values, +and read and write <i>.config</i> files. Highly compatible with the +<i>scripts/kconfig/\*conf</i> utilities in the kernel, usually invoked via make +targets such as <i>menuconfig</i> and <i>defconfig</i>. Supports both Python 2 and Python 3 without modification. |
