anchao commented on a change in pull request #4716:
URL: https://github.com/apache/incubator-nuttx/pull/4716#discussion_r736390301



##########
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
+

Review comment:
       Yes, add an empty choice is a good point if this is a new feature added,
   but in this configure use the optional option will cause the defconfig 
updated if the application samples select the SIM_NETDEV by default, seriously, 
I do not want the update every config one by one, I just want to keep the 
current defconfig.




-- 
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]


Reply via email to