summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/spl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 4f4119f5806..c7db88345b4 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1153,7 +1153,7 @@ config SPL_DM_SPI_FLASH
config SPL_NET
bool "Support networking"
- depends on !NET_LWIP
+ depends on NET
select SPL_USE_TINY_PRINTF_POINTER_SUPPORT if SPL_USE_TINY_PRINTF
help
Enable support for network devices (such as Ethernet) in SPL.