From 8767a84e13c3716ab8855206d628a9f216a5acd2 Mon Sep 17 00:00:00 2001 From: chao an Date: Wed, 24 May 2023 09:28:57 +0800 Subject: [PATCH] net/arp: arp should depends on MM_IOB Implementation of arp depends on MM_IOB Signed-off-by: chao an --- net/arp/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/net/arp/Kconfig b/net/arp/Kconfig index dd5e5ea7e0..01a8032065 100644 --- a/net/arp/Kconfig +++ b/net/arp/Kconfig @@ -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