Patrick Georgi wrote:
I suppose a .config could be copied in and "make oldconfig run".
complete config if SeaBIOS adds more Kconfig options.
oldconfig is made just for that. Send in a partial set of options, and it'll fill in anything missing with defaults as defined in Kconfig (and subject to the rough dependency mechanisms Kconfig provides)
I get a prompt for the missing options with oldconfig. But I've seen what you describe too, just not sure how it happened?
//Peter