From 7d32b75ac625daa4eff04f3928dfee621b42751a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 25 Jun 2014 11:01:08 -0600 Subject: Clean up some networking configuration menus --- nuttx/net/iob/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nuttx/net/iob') diff --git a/nuttx/net/iob/Kconfig b/nuttx/net/iob/Kconfig index 5bb6e4c6b..4d817205c 100644 --- a/nuttx/net/iob/Kconfig +++ b/nuttx/net/iob/Kconfig @@ -3,8 +3,10 @@ # see misc/tools/kconfig-language.txt. # +menu "Network I/O Buffer Support" + config NET_IOB - bool "Network I/O buffer support" + bool "Enable generic network I/O buffer support" default n ---help--- This setting will build the networking I/O buffer (IOB) support @@ -70,3 +72,4 @@ config IOB_DEBUG network-related debug output. endif # NET_IOB +endmenu # Network I/O buffer support -- cgit v1.2.3