mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user