net/arp: arp should depends on MM_IOB

Implementation of arp depends on MM_IOB

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2023-05-24 09:28:57 +08:00 committed by Xiang Xiao
parent 76c214bd00
commit 8767a84e13
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ menu "ARP Configuration"
config NET_ARP
bool "Address Resolution Protocol"
default y
select MM_IOB
depends on NET_ETHERNET && NET_IPv4
---help---
This setting is currently overridden by logic in include/nuttx/net