meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

sw:kconfig [2024/04/04 14:58] (current)
niziak created
Line 1: Line 1:
 +====== kconfig ======
 +
 +===== integrate in own project =====
 +
 +==== from source ====
 +
 +  * Separated kconfig:
 +    * [[https://​github.com/​mcgrof/​kconfig]] or
 +    * [[https://​github.com/​linux-kdevops/​kconfig]]
 +  * And how to use it [[https://​github.com/​mcgrof/​init-kconfig|Adapting Linux kernel kconfig]]
 +
 +==== from package ====
 +
 +apt-get install kconfig-frontends
 +
 +==== other resources ====
 +
 +  * [[https://​github.com/​mcu/​kconfig|Kconfig for embedded applications]]
 +  * [[https://​stackoverflow.com/​questions/​18841101/​adding-support-for-menuconfig-kconfig-in-my-project|Adding support for menuconfig / Kconfig in my project]]
 +
 +but I think it is overcomplicated. Too many files are copied from Kernel (KBuild is not needed), and too many changes
 +are done so it is not updatable.
 +
 +
 +
 +