xiaoxiang781216 commented on code in PR #11339:
URL: https://github.com/apache/nuttx/pull/11339#discussion_r1419899344


##########
drivers/net/Kconfig:
##########
@@ -428,6 +428,69 @@ config NET_W5500_NINTERFACES
 
 endif # W5500
 
+menuconfig NET_LAN9250
+       bool "Microchip LAN9250 support"
+       default n
+       select SPI
+       select ARCH_HAVE_NETDEV_STATISTICS
+       ---help---
+               Enable LAN9250 SPI Ethernet driver.
+
+if NET_LAN9250
+
+choice LAN9250_INTERFACE
+       prompt "Select interface"
+       default LAN9250_SPI
+       ---help---
+               Select LAN9250 interface: SPI(4-line) or SQI(6-line).
+
+config LAN9250_SPI
+       bool "SPI"
+
+config LAN9250_SQI

Review Comment:
   Ok



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