summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig7
1 files changed, 2 insertions, 5 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 7bc036be3..085bae881 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -249,12 +249,9 @@ menu "Device Drivers"
source drivers/Kconfig
endmenu
-menuconfig NET
- bool "Networking support"
- default n
-if NET
+menu "Networking support"
source net/Kconfig
-endif
+endmenu
menu "File systems"
source fs/Kconfig