On 9/1/22 09:48, Vincenzo Frascino wrote:
On 9/1/22 09:34, Kevin Brodsky wrote:
If I use make savedefconfig, this option does not appear in the generated defconfig, presumably because it is implied by another. We try to amend this defconfig in line with the output of savedefconfig to keep it minimal and stable.
This .config is generated using savedefconfig. I would prefer to not have to
What I meant is that the defconfig is generated by .config using savedefconfig. I suppose I summarized it too much :)
amend it manually because it can have unwanted effects. Though it is interesting that we have different results.
The sequence I used is "make morello_transitional_pcuabi_defconfig && make menuconfig && make Image && make O=. savedefconfig".