summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-14 18:01:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-14 18:01:45 +0000
commit5a84bb395dd15c5c333b26a588de89eb497f0b83 (patch)
tree7cfd8a97b3c64085305b3c66c8c63a0ea4cde77a /nuttx/net
parent5be92238b23c3933a3dc29a686d0f473c77a3e58 (diff)
downloadpx4-nuttx-5a84bb395dd15c5c333b26a588de89eb497f0b83.tar.gz
px4-nuttx-5a84bb395dd15c5c333b26a588de89eb497f0b83.tar.bz2
px4-nuttx-5a84bb395dd15c5c333b26a588de89eb497f0b83.zip
Kconfig updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4608 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/Kconfig18
1 files changed, 6 insertions, 12 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index b1c35dc60..dc16150ba 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -133,6 +133,12 @@ config NET_UDP_CONNS
---help---
The maximum amount of open concurrent UDP sockets
+config NET_BROADCAST
+ bool "UDP broadcast Rx support"
+ default n
+ ---help---
+ Incoming UDP broadcast support
+
endif
config NET_ICMP
@@ -202,18 +208,6 @@ config NET_ARP_IPIN
Harvest IP/MAC address mappings from the ARP table
from incoming IP packets.
-endif
-if NET_UDP
-
-config NET_BROADCAST
- bool "UDP broadcast Rx support"
- default n
- ---help---
- Incoming UDP broadcast support
-
-endif
-if NET
-
config NET_MULTICAST
bool "Multi-cast Tx support"
default n