[PATCH 0/6] net: migrate NO_NET out of the networking stack choice

Tom Rini trini at konsulko.com
Mon Apr 27 21:42:31 CEST 2026


On Mon, 20 Apr 2026 13:36:06 +0200, Quentin Schulz wrote:

> This migrates the net options away from the main Kconfig to net/Kconfig,
> rename the current NET option to NET_LEGACY to really highlight what it
> is and hopefully encourage more people to use lwIP, add a new NET
> menuconfig (but keep NO_NET as an alias to NET=n for now) which then
> allows us to replace all the "if legacy_stack || lwip_stack" checks with
> "if net_support" which is easier to read and maintain.
> 
> [...]

Applied to u-boot/master, thanks!

[1/6] move networking menu in net/Kconfig
      commit: 8080ab6c2843d3899a8ce941b5f6ae82b05b9e38
[2/6] rename NET to NET_LEGACY
      commit: b8cd4442257af4ec754838ea179568e0e7360b8f
[3/6] net: make NET a menuconfig (and downgrade NO_NET to a simple config)
      commit: bd275172a84bf32a3f392b852801dee08a94956a
[4/6] simplify NET_LEGACY || NET_LWIP condition with NET condition
      commit: 95d66d2eb02a4677c63d04c84ca21750a04c49f1
[5/6] doc: remove mention to non-existing TPL_NET
      commit: 0d98f68579b4d32b8593dae35695e8c7f8d7e120
[6/6] boot: remove NO_NET use
      commit: b06c5ef4ddf051b0da8276d2a00ee3df037cbf2f
-- 
Tom




More information about the U-Boot mailing list