Re: [PATCH v5 03/20] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y

2024-08-07 Thread Felix Brack
On 25.07.24 14:57, Jerome Forissier wrote: > The parent patch has made the networking stack a choice between NO_NET, > NET and NET_LWIP. Therefore '# CONFIG_NET is not set' is now > 'CONFIG_NO_NET=y'. Adjust the defconfigs accordingly. Note that this > patch is intended to be folded in but is kept

[PATCH v5 03/20] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y

2024-07-25 Thread Jerome Forissier
The parent patch has made the networking stack a choice between NO_NET, NET and NET_LWIP. Therefore '# CONFIG_NET is not set' is now 'CONFIG_NO_NET=y'. Adjust the defconfigs accordingly. Note that this patch is intended to be folded in but is kept separate separate for now to make review easier. S