mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
arch: Add custom arch chip build support
Just like custom board build support, add custom arch chip build support. Change-Id: I71c87e6b2195501a1b1d728b71d7cbe344951057 Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
@@ -16,6 +16,12 @@ config ARCH_I486
|
||||
---help---
|
||||
Intel i486 architecture
|
||||
|
||||
config ARCH_CHIP_X86_CUSTOM
|
||||
bool "Custom x86 chip"
|
||||
select ARCH_CHIP_CUSTOM
|
||||
---help---
|
||||
Select this option if there is no directory for the chip under arch/x86/src/.
|
||||
|
||||
endchoice
|
||||
|
||||
config ARCH_CHIP_QEMU
|
||||
|
||||
Reference in New Issue
Block a user