forked from rrcarlosr/Jetpack
19 lines
238 B
Plaintext
19 lines
238 B
Plaintext
|
menu "NDS32 architecture"
|
||
|
depends on NDS32
|
||
|
|
||
|
config SYS_ARCH
|
||
|
default "nds32"
|
||
|
|
||
|
choice
|
||
|
prompt "Target select"
|
||
|
optional
|
||
|
|
||
|
config TARGET_ADP_AG101P
|
||
|
bool "Support adp-ag101p"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
source "board/AndesTech/adp-ag101p/Kconfig"
|
||
|
|
||
|
endmenu
|