Closed jserv closed 11 years ago
Will you plan to use the kconfig tools in linux kernel directly? Or will develop some tools like that?
I would prefer to utilize Kconfig with slight customizations as olibc does. We can create a new directory, externals
, to keep such external packages in our source tree.
I have a prototype of migrating olibc kconfig to F9-Microkernel build system. It's not complete yet and Configs are not moved yet. However please help to review the homework from https://github.com/vh21/f9-kernel/tree/kconfig
Thanks
Please help to review the following changes, thanks
F9 Microkernel is designed to be highly configurable and customized for flexible embedded applications, such as IoT (Internet of Things) and medical devices.
olibc, another C Library implementation optimized for Embedded Linux, utilizes Kconfig, which handles the dependency issue of several combinations for specific configuration options. It is ideal to improve the build system for better customization by means of Kconfig.