mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I would like to be able to select IPv4 and/or IPv6 in the future
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ menu "ARP Configuration"
|
||||
config NET_ARP
|
||||
bool
|
||||
default y
|
||||
depends on NET_ETHERNET
|
||||
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