cmd: dhcp: Select CMD_BOOTP

The DHCP command depends on bootp_reset() function, which is implemented
only if CMD_BOOTP is enabled. Select CMD_BOOTP to satisfy the dependency.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heiko Schocher <hs@nabladev.com>
Reviewed-by: Kory Maincent <kory.maincent@bootlin.com>
This commit is contained in:
Marek Vasut
2026-03-25 02:06:47 +01:00
committed by Jerome Forissier
parent 2edd015cd5
commit b3e303b60f

View File

@@ -2195,6 +2195,7 @@ endif # if NET
config CMD_DHCP
bool "dhcp"
select PROT_DHCP_LWIP if NET_LWIP
select CMD_BOOTP
help
Boot image via network using DHCP/TFTP protocol