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:
liuhaitao
2020-10-15 11:29:59 +08:00
committed by Xiang Xiao
parent 5e8bcaa360
commit d5c6bfe6cf
19 changed files with 162 additions and 8 deletions
+6
View File
@@ -40,6 +40,12 @@ config ARCH_CHIP_Z8
---help---
ZiLOG z8 architecture
config ARCH_CHIP_Z80_CUSTOM
bool "Custom Z80 chip"
select ARCH_CHIP_CUSTOM
---help---
Select this option if there is no directory for the chip under arch/z80/src/.
endchoice
config ARCH_CHIP