xref: /rk3399_rockchip-uboot/arch/nds32/Kconfig (revision 63a7578e4e7dc906e75b0bec5a2f3fe41c3720f4)
1menu "NDS32 architecture"
2	depends on NDS32
3
4config SYS_ARCH
5	default "nds32"
6
7choice
8	prompt "Target select"
9	optional
10
11config TARGET_ADP_AG101P
12	bool "Support adp-ag101p"
13
14endchoice
15
16source "board/AndesTech/adp-ag101p/Kconfig"
17
18endmenu
19