|
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