xianglyc commented on code in PR #17881:
URL: https://github.com/apache/nuttx/pull/17881#discussion_r2702556892
##########
arch/x86_64/Kconfig:
##########
@@ -43,14 +35,34 @@ config ARCH_INTEL64
---help---
Intel x86_64 architecture
+choice
+ prompt "x86_64 chip selection"
+ default ARCH_CHIP_INTEL64_QEMU
+
+config ARCH_CHIP_INTEL64_QEMU
+ bool "qemu x86_64 chip"
+ select ARCH_INTEL64
+ ---help---
+ Select this option if the platform is QEMU.
+
+config ARCH_CHIP_INTEL64
+ bool "intel64 x86_64 chip"
+ select ARCH_INTEL64
+ ---help---
+ Select this option if the platform is Intel64.
Review Comment:
done
--
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]