lupyuen commented on code in PR #15996: URL: https://github.com/apache/nuttx/pull/15996#discussion_r1997537726
########## arch/arm64/Kconfig: ########## @@ -132,6 +142,28 @@ config ARCH_CHIP_ARM64_CUSTOM endchoice # ARM64 chip selection +if ARCH_CHIP_SUNXI + +choice + prompt "Allwinner sunxi 64-bit SoC selection" + default ARCH_CHIP_SUNXI_A527 + +config ARCH_CHIP_SUNXI_A527 + bool "Allwinner A572" Review Comment: @anchao Fixed, thanks :-) -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org