linguini1 commented on code in PR #17245:
URL: https://github.com/apache/nuttx/pull/17245#discussion_r2470043583
##########
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:
No, this select is only under the `CONFIG_ARCH_CHIP_BCM2711`, so it doesn't
affect other arm64 boards which do not have a chip without SDIO. This is the
approach I saw taken by other chipsets.
--
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]