aboutsummaryrefslogtreecommitdiff
path: root/tools/kconfig/readme.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-13 18:32:07 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-13 18:32:07 +0200
commit0431aecf1ef30a297c5a02c29b55eff11475dc43 (patch)
treed87c276081de8c1ff4371b125eb252644c4bbd8d /tools/kconfig/readme.md
parentlibk: add Result<T, E> class (diff)
downloadkernel.cpp-0431aecf1ef30a297c5a02c29b55eff11475dc43.tar.xz
Add conf and mconf source code
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