gk7205v200-uboot/arch/nds32/Kconfig
2025-08-07 17:13:54 +08:00

19 lines
238 B
Plaintext
Executable File

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