mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 12:57:57 +08:00
net/arp: Make NET_ARP(Address Resolution Protocol) configurable
Some boards that use USRSOCK will not need this feature Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
menu "ARP Configuration"
|
menu "ARP Configuration"
|
||||||
|
|
||||||
config NET_ARP
|
config NET_ARP
|
||||||
bool
|
bool "Address Resolution Protocol"
|
||||||
default y
|
default y
|
||||||
depends on NET_ETHERNET && NET_IPv4
|
depends on NET_ETHERNET && NET_IPv4
|
||||||
---help---
|
---help---
|
||||||
|
|||||||
Reference in New Issue
Block a user