Merge branch 'master' of git://git.denx.de/u-boot-arm
[oweals/u-boot.git] / arch / nds32 / Kconfig
1 menu "NDS32 architecture"
2         depends on NDS32
3
4 config SYS_ARCH
5         string
6         default "nds32"
7
8 choice
9         prompt "Target select"
10
11 config TARGET_ADP_AG101
12         bool "Support adp-ag101"
13
14 config TARGET_ADP_AG101P
15         bool "Support adp-ag101p"
16
17 config TARGET_ADP_AG102
18         bool "Support adp-ag102"
19
20 endchoice
21
22 source "board/AndesTech/adp-ag101/Kconfig"
23 source "board/AndesTech/adp-ag101p/Kconfig"
24 source "board/AndesTech/adp-ag102/Kconfig"
25
26 endmenu