summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/Kconfig')
-rw-r--r--nuttx/net/Kconfig13
1 files changed, 1 insertions, 12 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index 05feed11f..76807288a 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -138,18 +138,7 @@ config NET_STATISTICS
---help---
uIP statistics on or off
-config NET_ROUTE
- bool "Routing table suport"
- default n
- ---help---
- Build in support for a routing table. See include/net/route.h
-
-config NET_MAXROUTES
- int "Routing table size"
- default 4
- depends on NET_ROUTE
- ---help---
- The size of the routing table (in entries).
+source "net/route/Kconfig"
config NET_MULTICAST
bool "Multi-cast Tx support"