matiamic commented on code in PR #16936: URL: https://github.com/apache/nuttx/pull/16936#discussion_r2313160007
########## drivers/net/oa_tc6/Kconfig: ########## @@ -26,4 +26,19 @@ config NET_OA_TC6_NCV7410_LEDS endif +config NET_OA_TC6_LAN865X + bool "Microchip LAN865x 10BASE-T1S SPI MAC-PHY Support" + default n + +if NET_OA_TC6_LAN865X + +config NET_OA_TC6_LAN865X_MAC + int "LAN865x lower 3 bytes of MAC address" + default 0 Review Comment: same as above -- 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