xref: /openbmc/u-boot/arch/nds32/Kconfig (revision cf659819)
1menu "NDS32 architecture"
2	depends on NDS32
3
4config SYS_ARCH
5	string
6	default "nds32"
7
8choice
9	prompt "Target select"
10
11config TARGET_ADP_AG101
12	bool "Support adp-ag101"
13
14config TARGET_ADP_AG101P
15	bool "Support adp-ag101p"
16
17config TARGET_ADP_AG102
18	bool "Support adp-ag102"
19
20endchoice
21
22source "board/AndesTech/adp-ag101/Kconfig"
23source "board/AndesTech/adp-ag101p/Kconfig"
24source "board/AndesTech/adp-ag102/Kconfig"
25
26endmenu
27