Skip to content

Commit

Permalink
net/arp: arp should depends on MM_IOB
Browse files Browse the repository at this point in the history
Implementation of arp depends on MM_IOB

Signed-off-by: chao an <[email protected]>
  • Loading branch information
anchao committed Sep 8, 2023
1 parent f39de6f commit 248e475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/arp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 248e475

Please sign in to comment.