summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index c676818..abccea6 100644
--- a/README.md
+++ b/README.md
@@ -7,5 +7,10 @@ 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.
+I mainly wrote this for my master's thesis
+(http://liu.diva-portal.org/smash/get/diva2:473038/FULLTEXT01), to
+automatically generate a minimal kernel configuration for a given system. See
+Chapter 4 - Boot time optimization through semi-automatic kernel minimization.
+
Haven't worked on this in a long time. Not sure if it will work with recent
Kconfig versions.