ulfalizer / Kconfiglib

A flexible Python 2/3 Kconfig implementation and library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow custom menuconfig load / save options

tnugent97 opened this issue · comments

Kconfiglib/menuconfig.py

Lines 48 to 50 in 061e71f

menuconfig.py can be run either as a standalone executable or by calling the
menuconfig() function with an existing Kconfig instance. The second option is a
bit inflexible in that it will still load and save .config, etc.

It's a shame that you can't have more custom options to load or save the config file.

I'd like to use menuconfig to get the GUI, but specify the write_min_config save function instead of the normal one