Kconfig

General

Kconfig is a language that describe application’s settings. It is used here to describe how we want the SDK to behave. Kconfig comes with a graphical interface: menuconfig, to configure these settings according to your application. Kconfig works only by building your application with CMake. See How to use CMake guide for more information.

The pages below provide guides about how to use Kconfig in GAP SDK.