Jetpack/u-boot/arch/nds32/Kconfig
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06:00

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