cederom commented on code in PR #17245:
URL: https://github.com/apache/nuttx/pull/17245#discussion_r2469902030
##########
arch/arm64/Kconfig:
##########
@@ -122,6 +122,7 @@ config ARCH_CHIP_BCM2711
select ARCH_HAVE_MULTICPU
select ARCH_USE_MMU # Required for up_testset
select ARMV8A_HAVE_GICv2
+ select ARCH_HAVE_SDIO
Review Comment:
Will this enable SDIO on all ARM64 boards? Will this impact other boards
that does not have this peripheral?
Maybe a dedicated location for BCM2711 drivers is needed already or
dedicated test configuration not to impact all arm64 boards? :-)
--
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]