ulfalizer / Kconfiglib

A flexible Python 2/3 Kconfig implementation and library
ISC License
448 stars 160 forks source link

I made a standalone menuconfig #132

Open JiauZhang opened 1 year ago

JiauZhang commented 1 year ago

Hey, guys.

I made a standalone menuconfig --> https://github.com/JiauZhang/menuconfig

Kconfig is an important configuration tool that is used in many projects. Unfortunately, Kconfiglib has not been updated since Jan 31 and 2020, so I created this project. Most of the source code is synchronized from the Linux kernel, and I have added some additional code to enable menuconfig to run independently.

I will regularly synchronize the relevant code in the Linux kernel into this project.

Welcome everyone to use it and provide good suggestions.

afbjorklund commented 11 months ago

There is a similar project here, also including the regular "config" tool (conf):

https://github.com/WangNan0/kbuild-standalone (v6.2)

As well as the original project, that also included the guiconfig (gconf qconf):

https://github.com/afbjorklund/kconfig-frontends (v4.19)