blob: 743a8fe73678f7ce93b0b2962ec49cdc419c530d [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "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