What is the difference between make oldconfig and make menuconfig?

Valdis Kl=?utf-8?Q?=c4=93?=tnieks valdis.kletnieks at vt.edu
Sat Apr 11 15:17:02 EDT 2020


On Sat, 11 Apr 2020 23:09:54 +0800, Hao Lee said:
> I know make oldconfig is used to update my old .config to a newer one
> and it will prompt me questions about the new configuration options.
> However, make menuconfig can also handle old .config file properly and
> it doesn't prompt any questions. I don't know what happened when
> menuconfig processes my old .config file. Does it make decisions for
> me automatically? Thanks.

If the Kconfig file uses a 'default' clause for the option, menuconfig will use
that. If not, I believe it defaults to 'No'.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20200411/db435554/attachment.sig>


More information about the Kernelnewbies mailing list