From 97b2c4764338acf8d89d0a859e3ec269b6c098b4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 20 Aug 2014 07:07:24 -0600 Subject: ARP request logic is no longer EXPERIMENTAL --- nuttx/net/arp/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'nuttx/net') 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. -- cgit v1.2.3