====== 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.