xiaoxiang781216 commented on a change in pull request #2116:
URL: https://github.com/apache/incubator-nuttx/pull/2116#discussion_r511941320
##########
File path: arch/sim/Kconfig
##########
@@ -99,7 +99,7 @@ endchoice
config SIM_WALLTIME
bool "Run the simulation at a fixed cadence in near real-time"
- default n
+ default y
Review comment:
@v01d Either select or depend is fine for me, but we need ensure the
usage consistence: it's very strange that SIM_HCISOCKET depend on SIM_WALLTIME
but SIM_NETDEV and SIM_X11FB select SIM_WALLTIME in the same Kconfig.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]