acassis commented on code in PR #9252:
URL: https://github.com/apache/nuttx/pull/9252#discussion_r1192728013
##########
arch/arm/src/sama5/Kconfig:
##########
@@ -799,6 +799,7 @@ config SAMA5_ARM
config SAMA5_FUSE
bool "Fuse Controller (FUSE)"
default n
+ depends on SAMA5_HAVE_FUSE
Review Comment:
@TimJTi so I think in this case using SAMA5_FUSE could be misleading.
Whether you create SAMA5_FUSE and SAMA5_SEC_FUSE to differentiate them or
you keep SAMA5_FUSE for both, but create a subtype: SAMA5_FUSE_ORDINARY and
SAMA5_FUSE_SECURITY
--
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]