title:kconfig2h utility keywords:kconfig,linux # kconfig2h utility Kconfig converts linux kernel config files to C headers. Intended to use with kconfig utility mconf. Developed to use "make menuconfig" with home projects. Using ragel to generate parser of Kconfig file. ## USE: ```sh ./kconfig .config config.h ``` ## TODO: if there is need add converters to ruby,c++,python,java ## Links http://www.complang.org/ragel/ https://github.com/FreeArtMan/kconfig2h ## Downloads http://archive.main.lv/files/writeup/kconfig2h_utility/kconfig2h.tar.gz