haitomatic commented on code in PR #17161:
URL: https://github.com/apache/nuttx/pull/17161#discussion_r2434898249
##########
arch/risc-v/src/mpfs/Kconfig:
##########
@@ -646,6 +646,36 @@ config MPFS_COREPWM1_NCHANNELS
range 1 16
depends on MPFS_COREPWM1
+comment "MSS CAN 2.0 Options"
+
+config MPFS_MSS_CAN
+ bool
+ default n
+ select NET_CAN_HAVE_CANFD
+ select ARCH_HAVE_CAN_ERRORS
+ select NET_CAN_EXTID
+ select NET_CAN_HAVE_TX_DEADLINE
Review Comment:
i will refine this section a little bit
--
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]