summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-20 07:07:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-20 07:07:24 -0600
commit97b2c4764338acf8d89d0a859e3ec269b6c098b4 (patch)
treedfc9c1a5c180375c36bb4654e398d3e06b904e59 /nuttx/net
parent026e43fde2ec16ac29b96a7611f8156db10578b2 (diff)
downloadnuttx-97b2c4764338acf8d89d0a859e3ec269b6c098b4.tar.gz
nuttx-97b2c4764338acf8d89d0a859e3ec269b6c098b4.tar.bz2
nuttx-97b2c4764338acf8d89d0a859e3ec269b6c098b4.zip
ARP request logic is no longer EXPERIMENTAL
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/arp/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/net/arp/Kconfig b/nuttx/net/arp/Kconfig
index 37f25f8e6..f093a0ead 100644
--- a/nuttx/net/arp/Kconfig
+++ b/nuttx/net/arp/Kconfig
@@ -37,7 +37,6 @@ config NET_ARP_IPIN
config NET_ARP_SEND
bool "ARP send"
default n
- depends on EXPERIMENTAL
---help---
Enable logic to send ARP requests if the target IP address mapping
does not appear in the ARP table.