aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-27 21:38:15 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-27 21:38:15 +0200
commit37af6920c776505f62f8062fea496e7d9429b8b1 (patch)
treecfa6e876fea5313f7e000f449c791ff186b5f48d /TODO.md
parentcb6536f354827db4c24b50be07bf22a1f1486faa (diff)
downloadlinux-conf-perf-37af6920c776505f62f8062fea496e7d9429b8b1.tar.gz
linux-conf-perf-37af6920c776505f62f8062fea496e7d9429b8b1.tar.bz2
linux-conf-perf-37af6920c776505f62f8062fea496e7d9429b8b1.zip
Add basic TODO
TODO in this files are future work points.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..315de4a
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,7 @@
+## Global
+ * Change approach to non tristate and boolean configs. For now they are ignored and in their dependencies are not solved.
+ * Implement modules support. For now modules are disabled.
+
+##parse_kconfig
+ * Rewrite symlist_find. We need faster implementation. Now implemented as linear search.
+ * Write cnf_reduction. This function should reduce cnf expression. (A or A, A and A, not A or A, not A and A,...)