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:
parent
3e1c73f8c9
commit
ce1c945136
|
@ -6,7 +6,7 @@
|
|||
menu "ARP Configuration"
|
||||
|
||||
config NET_ARP
|
||||
bool
|
||||
bool "Address Resolution Protocol"
|
||||
default y
|
||||
depends on NET_ETHERNET && NET_IPv4
|
||||
---help---
|
||||
|
|
Loading…
Reference in New Issue