summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2026-02-20 15:33:11 +0100
committerJerome Forissier <[email protected]>2026-03-12 15:53:41 +0100
commit841e23d68610328b03059d1eb1a241688fbb8e1b (patch)
tree2d135ad70af91ce557060fd86cbe4d8d7eaee409 /boot
parent96d9e7c46425dbb78429d4ce23b28089cfc782f4 (diff)
boot: availability of command mii for NET_LWIP
If we are using the legacy or the LWIP network stack, should not influence our decision to provide command `mii`. Let BOOT_DEFAULTS_CMDS imply MII if either of the network stacks is available. Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index e5db165424a..3f8f3e7cf35 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -435,7 +435,7 @@ config BOOT_DEFAULTS_CMDS
select CMD_PXE if CMD_NET
select CMD_BOOTI if ARM64
select CMD_BOOTZ if ARM && !ARM64
- imply CMD_MII if NET
+ imply CMD_MII if NET || NET_LWIP
config BOOT_DEFAULTS
bool # Common defaults for standard boot and distroboot