summaryrefslogtreecommitdiff
path: root/README.md
blob: 7091d8a6893f782dc1aa9d52f30035b61a208c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
Kconfiglib
==========

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.