diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-07-10 21:18:36 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-07-10 21:18:36 +0200 |
| commit | ec33e7cf05a984c0a1df4dd01878bece32e7ddc7 (patch) | |
| tree | c3544309e86363f0220307cf473f05ceb38b1e0e /README.md | |
| parent | 13afd048d659f6a458161801bda1787efeb9aeba (diff) | |
Upload Kconfiglib, patch level 3.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ Kconfiglib ========== -A flexible Python Kconfig parser
\ No newline at end of file +A parser for the Linux kernel's configuration language, Kconfig. Presents +configuration symbols as objects that can be queried and assigned values, +automatically invalidating and reevaluating dependent symbols as needed. +Supports reading and writing .config files. Highly compatible with the C +implementation. See kconfiglib.py for a longer introduction. + +Haven't worked on this for a long time. Not sure if it will work with recent +Kconfig versions. |
