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:
chao an 2022-11-21 11:22:54 +08:00 committed by Xiang Xiao
parent 3e1c73f8c9
commit ce1c945136
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
menu "ARP Configuration"
config NET_ARP
bool
bool "Address Resolution Protocol"
default y
depends on NET_ETHERNET && NET_IPv4
---help---