This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 8767a84e13c3716ab8855206d628a9f216a5acd2 Author: chao an <[email protected]> AuthorDate: Wed May 24 09:28:57 2023 +0800 net/arp: arp should depends on MM_IOB Implementation of arp depends on MM_IOB Signed-off-by: chao an <[email protected]> --- 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
