Clean up some networking configuration menus

This commit is contained in:
Gregory Nutt
2014-06-25 11:01:08 -06:00
parent 72dc41db60
commit 1a2bcebb4a
6 changed files with 29 additions and 18 deletions
+4 -1
View File
@@ -3,8 +3,10 @@
# see misc/tools/kconfig-language.txt.
#
menu "ICMP Networking Support"
config NET_ICMP
bool "ICMP networking support"
bool "Enable ICMP networking"
default n
depends on NET
---help---
@@ -27,3 +29,4 @@ config NET_PINGADDRCONF
Use "ping" packet for setting IP address
endif # NET_ICMP
endmenu # ICMP Networking Support