summaryrefslogtreecommitdiff
path: root/development/kconfig-frontends/README
diff options
context:
space:
mode:
authorAndrzej Telszewski <atelszewski@gmail.com>2015-10-28 22:25:58 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-28 22:25:58 +0700
commit841cccd68939e3f6be8a432bcbbd5f843daeb8ce (patch)
tree4c2ed8d21a833008bc27a7c9513dee629c1864b7 /development/kconfig-frontends/README
parent98d837d94a9a7a627bda9de0c8bacde2e5a88742 (diff)
downloadslackbuilds-841cccd68939e3f6be8a432bcbbd5f843daeb8ce.tar.gz
development/kconfig-frontends: Added (kconfig language frontends).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/kconfig-frontends/README')
-rw-r--r--development/kconfig-frontends/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/kconfig-frontends/README b/development/kconfig-frontends/README
new file mode 100644
index 0000000000..68d2e2bcca
--- /dev/null
+++ b/development/kconfig-frontends/README
@@ -0,0 +1,12 @@
+kconfig-frontends project aims at centralising the effort of keeping an
+up-to-date, out of the Linux source tree, packaging of the kconfig
+infrastructure, ready for use by third party projects.
+
+The configuration language used by the Linux kernel, known as kconfig,
+has gained some traction in the community, due to its advantages:
+ * simple syntax and grammar
+ * limited, yet adequate, option types: boolean and tristates, integers and
+ strings
+ * simple, yet efficient, organisation of options: indentation, sub-menus,
+ radio-like choices
+ * direct and reverse dependencies