gustavonihei commented on a change in pull request #4716:
URL: https://github.com/apache/incubator-nuttx/pull/4716#discussion_r736359827
##########
File path: arch/sim/Kconfig
##########
@@ -127,15 +127,26 @@ config SIM_WALLTIME_SIGNAL
endchoice
+choice
+ prompt "Simulated Network Interface"
+ default SIM_NETDEV if NET_ETHERNET
+
config SIM_NETDEV
bool "Simulated Network Device"
- default y
select ARCH_HAVE_NETDEV_STATISTICS
select SCHED_LPWORK
depends on NET_ETHERNET
---help---
Build in support for a simulated network device.
Review comment:
```suggestion
Built-in support for a simulated network device.
```
Sorry, forgot to point this before, but it is the same issue as the one
below.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]