summaryrefslogtreecommitdiff
path: root/nuttx/net/iob/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/iob/Kconfig')
-rw-r--r--nuttx/net/iob/Kconfig5
1 files changed, 4 insertions, 1 deletions
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