Files
u-boot-krane/cmd
Paul BarkerandJerome Forissier 64b973fc78 cmd: Kconfig: Fix submenu for network commands
The Kconfig parser seems to get confused by the current if conditions
following CMD_NET and displays all network command options directly in
the "Command line interface" menu instead of in a "Network commands"
submenu.

To help out Kconfig we can simplify the if conditions, so that the
definition of CMD_NET is followed immediately by an if/endif block that
contains all network command options. We can also remove nested checks
for CMD_NET or (NET || NET_LWIP).

Fixes: 98ad145db6 ("net: lwip: add DHCP support and dhcp commmand")
Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
2025-03-31 09:46:25 +02:00
..
2024-12-30 13:21:55 -06:00
2024-12-30 13:21:55 -06:00
2025-02-05 16:22:55 +01:00
2024-12-30 13:21:55 -06:00
2025-01-26 11:06:56 +01:00
2025-01-20 08:32:48 -06:00
2024-12-17 13:17:41 -06:00
2024-12-17 13:17:41 -06:00
2025-01-02 11:07:54 -06:00
2024-12-24 17:02:23 +01:00
2024-12-02 07:40:39 -06:00
2025-01-14 14:29:29 -06:00
2025-01-28 08:58:41 +02:00
2024-12-31 19:00:46 -06:00