
Kconfig provides an advanced configuration system. it is made of two parts: kconfigcore and kconfiggui.
kconfigcore provides access to the configuration files themselves. it features:
- centralized definition: define your configuration in an xml file
and use `kconfig_compiler` to generate classes to read and write
configuration entries.
- lock-down (kiosk) support.
this package is part of kde frameworks 5.
this package contains kconfigcore.