mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +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:
@@ -21,6 +21,12 @@ config ARCH_CHIP_MINERVA
|
||||
---help---
|
||||
LambdaConcept MINERVAL Chip Selected
|
||||
|
||||
config ARCH_CHIP_MISOC_CUSTOM
|
||||
bool "Custom MISOC chip"
|
||||
select ARCH_CHIP_CUSTOM
|
||||
---help---
|
||||
Select this option if there is no directory for the chip under arch/misoc/src/.
|
||||
|
||||
endchoice # Misoc Chip Selection
|
||||
|
||||
config ARCH_CHIP
|
||||
|
||||
Reference in New Issue
Block a user