acassis commented on code in PR #9252:
URL: https://github.com/apache/nuttx/pull/9252#discussion_r1192730247
##########
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:
Nevermind, I missed the SAMA5_HAVE_SFC on `config SAMA5_SFC`. You
implementation is fine, but we need to enable to SAMA5_HAVE_FUSE if
ARCH_CHIP_SAMA5D3 as you noticed
--
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]