tools: Delete the old kconfig tools

The old kconfig tool is not used anymore. It was replaced with the
kconfiglib Python package.
This commit is contained in:
Roland Dobai
2021-11-23 14:02:47 +01:00
parent ec9b69d7e3
commit f64b3902cf
51 changed files with 6 additions and 20170 deletions

View File

@@ -38,8 +38,6 @@ The following attributes of ``Kconfig`` files are standardized:
- No trailing spaces are allowed at the end of the lines.
- The maximum length of options is set to 40 characters.
- The maximum length of lines is set to 120 characters.
- Lines cannot be wrapped by backslash (because there is a bug in earlier versions of ``conf-idf`` which causes that
Windows line endings are not recognized after a backslash).
Format checker
--------------