summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-26 13:02:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-26 13:02:08 -0600
commit61080434bb6d4ada4ee4d0ae8e867ac5399598bb (patch)
treead2323039928db1a0d034e4e726b1983bc25873b /nuttx/net/Kconfig
parentdc77a4102f9dec821d990b01a25c8920a781b3c6 (diff)
downloadpx4-nuttx-61080434bb6d4ada4ee4d0ae8e867ac5399598bb.tar.gz
px4-nuttx-61080434bb6d4ada4ee4d0ae8e867ac5399598bb.tar.bz2
px4-nuttx-61080434bb6d4ada4ee4d0ae8e867ac5399598bb.zip
NET: Move routing table functions to net/route
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"