I'd like to take advantage of the existing 'make menuconfig' / Kconfig infrastructure to build a configuration file for my own project, which has nothing to do with Linux kernel or module development. I mostly develop on Linux.
Where can I get the code ? Is there an API to read the configuration file created by make menuconfig ? Last question (although I think I know the answer) : will it run on Windows ?
Regards.