From 37af6920c776505f62f8062fea496e7d9429b8b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Apr 2015 21:38:15 +0200 Subject: Add basic TODO TODO in this files are future work points. --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO.md 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,...) -- cgit v1.2.3