pkarashchenko commented on code in PR #11422:
URL: https://github.com/apache/nuttx/pull/11422#discussion_r1437916558
##########
drivers/net/Kconfig:
##########
@@ -392,6 +392,18 @@ menuconfig NET_W5500
References:
W5500 Datasheet, Version 1.0.9, 2013 WIZnet Co., Ltd.
+if NET_W5500
+
+config NET_W5500_NINTERFACES
+ int "Number of physical W5500 devices"
+ default 1
+ range 1 1
Review Comment:
Do we expect to extend maximum value (otherwise config option does not make
sense)?
--
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]