diff options
| author | Jan Kiszka <[email protected]> | 2022-10-14 18:10:06 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-11-06 10:50:04 +0100 |
| commit | 77b5c4a5b1dcc6dafde116bfdd66f769769a0aeb (patch) | |
| tree | 55a24eae5815bef26b4c8c3181088bde91c49d09 /lib/efi_loader/Kconfig | |
| parent | 607566d010925c53355839c6e6c6451b15adfa58 (diff) | |
efi_loader: Let networking support depend on NETDEVICES
CONFIG_NET does not imply that there are actually network devices
available, only CONFIG_NETDEVICES does. Changing to this dependency
obsoletes the check in Kconfig because NETDEVICES means DM_ETH.
Fixes: 0efe1bcf5c2c ("efi_loader: Add network access support")
Suggested-by: Tom Rini <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib/efi_loader/Kconfig')
| -rw-r--r-- | lib/efi_loader/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index 41756ea5396..68e6c2531e1 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig @@ -11,7 +11,6 @@ config EFI_LOADER # We need EFI_STUB_32BIT to be set on x86_32 with EFI_STUB depends on !EFI_STUB || !X86 || X86_64 || EFI_STUB_32BIT depends on BLK - depends on DM_ETH || !NET depends on !EFI_APP default y if !ARM || SYS_CPU = armv7 || SYS_CPU = armv8 select CHARSET |
