jlaitine commented on code in PR #11422:
URL: https://github.com/apache/nuttx/pull/11422#discussion_r1438067907
##########
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:
In this PR, that block was just moved inside the file, while adding options
related to the switch. It had somehow ended up in the middle of ksz configs.
--
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]