diff options
Diffstat (limited to 'Kconfig')
| -rw-r--r-- | Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -765,10 +765,15 @@ choice config NO_NET bool "No networking support" + help + Do not include networking support config NET bool "Legacy U-Boot networking stack" imply NETDEVICES + help + Include networking support with U-Boot's internal implementation of + the TCP/IP protocol stack. config NET_LWIP bool "Use lwIP for networking stack" |
