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:
parent
76c214bd00
commit
8767a84e13
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue