B. Watson 9d5ec744d9 development/kconfig-frontends: Remove .la files. 2 tahun lalu
..
README 04839186a2 development/kconfig-frontends: Fix README. 4 tahun lalu
gperf3.1_kconfig_id_lookup.patch a29351ea79 development/kconfig-frontends: Updated for version 4.11.0.1. 2 tahun lalu
kconfig-frontends.SlackBuild 9d5ec744d9 development/kconfig-frontends: Remove .la files. 2 tahun lalu
kconfig-frontends.info a29351ea79 development/kconfig-frontends: Updated for version 4.11.0.1. 2 tahun lalu
slack-desc 841cccd689 development/kconfig-frontends: Added (kconfig language frontends). 9 tahun lalu

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