slackbuilds/development/kconfig-frontends
Andrzej Telszewski 841cccd689 development/kconfig-frontends: Added (kconfig language frontends).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-10-28 22:25:58 +07:00
..
README development/kconfig-frontends: Added (kconfig language frontends). 2015-10-28 22:25:58 +07:00
kconfig-frontends.SlackBuild development/kconfig-frontends: Added (kconfig language frontends). 2015-10-28 22:25:58 +07:00
kconfig-frontends.info development/kconfig-frontends: Added (kconfig language frontends). 2015-10-28 22:25:58 +07:00
slack-desc development/kconfig-frontends: Added (kconfig language frontends). 2015-10-28 22:25:58 +07:00

README

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