aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
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,...)