aboutsummaryrefslogtreecommitdiff
path: root/tools/kconfig/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/kconfig/readme.md')
-rw-r--r--tools/kconfig/readme.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/kconfig/readme.md b/tools/kconfig/readme.md
new file mode 100644
index 0000000..472deb8
--- /dev/null
+++ b/tools/kconfig/readme.md
@@ -0,0 +1,14 @@
+# Kconfig utilities, conf and mconf
+
+## origin
+This has been adapted from the linux kernel sources:
+
+> SPDX-License-Identifier: GPL-2.0
+> repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
+> commit: f296bfd5cd04cbb49b8fc9585adc280ab2b58624
+> path: scripts/kconfig
+
+## building
+- C compiler: gcc, clang, tcc
+- bison, flex
+- ncurses for menuconfig