We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4007bf9 + 56930cd commit ef0d5edCopy full SHA for ef0d5ed
components/net/Kconfig
@@ -201,26 +201,6 @@ config LWIP_USING_DHCPD
201
bool "Enable DHCP server"
202
default n
203
204
-
205
-menu "Networking utilities"
206
-config RT_USING_NETUTILS
207
- bool "Enable networking utilities"
208
- default n
209
210
- if RT_USING_NETUTILS
211
- config RT_NETUTILS_USING_PING
212
- bool "Enable Ping utility"
213
- select RT_LWIP_ICMP
214
- select RT_LWIP_RAW
215
216
217
- config RT_NETUTILS_USING_TFTP
218
- bool "Enable TFTP(Trivial File Transfer Protocol) utility"
219
220
221
- endif
222
-endmenu
223
224
endif
225
226
endmenu
components/net/netutils/README.md
components/net/netutils/SConscript
0 commit comments