jlaitine commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r829068162
##########
File path: boards/risc-v/bl602/bl602evb/configs/wifi/defconfig
##########
@@ -73,6 +73,7 @@ CONFIG_MTD=y
CONFIG_MTD_PARTITION=y
CONFIG_NET=y
CONFIG_NETDB_DNSCLIENT=y
+CONFIG_NETDEV_LATEINIT=y
Review comment:
since those architectures don't implement the "standard"
up/riscv_netinitialize, but they initialize the network in board files directly
with some custom interface.
--
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]