acassis commented on code in PR #16936:
URL: https://github.com/apache/nuttx/pull/16936#discussion_r2309990376


##########
drivers/net/oa_tc6/Kconfig:
##########
@@ -0,0 +1,44 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+menuconfig NET_OA_TC6
+       bool "OPEN Alliance 10BASE-T1x MAC-PHYs"
+       default n
+       depends on NETDEVICES
+       ---help---
+               Enable support for OPEN Alliance protocol SPI MAC-PHYs.
+
+if NET_OA_TC6
+
+config NET_OA_TC6_NCV7410
+       bool "Onsemi NCV7410 (NCN26010) Support"

Review Comment:
   Please include 10BASE-T1S in the text: "Onsemi NCV7410 (NCN26010) 10BASE-T1S 
Support"
   It makes it easy to users understand if a device is 10BASE-T1L or 10BASE-T1S



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to