diff options
| author | Heinrich Schuchardt <[email protected]> | 2026-02-20 15:33:11 +0100 |
|---|---|---|
| committer | Jerome Forissier <[email protected]> | 2026-03-12 15:53:41 +0100 |
| commit | 841e23d68610328b03059d1eb1a241688fbb8e1b (patch) | |
| tree | 2d135ad70af91ce557060fd86cbe4d8d7eaee409 /boot | |
| parent | 96d9e7c46425dbb78429d4ce23b28089cfc782f4 (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/Kconfig | 2 |
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 |
