summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-07-10 21:18:36 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2012-07-10 21:18:36 +0200
commitec33e7cf05a984c0a1df4dd01878bece32e7ddc7 (patch)
treec3544309e86363f0220307cf473f05ceb38b1e0e /README.md
parent13afd048d659f6a458161801bda1787efeb9aeba (diff)
Upload Kconfiglib, patch level 3.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78b332e..7091d8a 100644
--- a/README.md
+++ b/README.md
@@ -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.