summaryrefslogtreecommitdiffstats
path: root/md/writeup/kconfig2h_utility.md
blob: b637670ad11a75cd15821bef90d8fdd4d61cd744 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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