]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/nds32/Kconfig
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / arch / nds32 / Kconfig
1 menu "NDS32 architecture"
2         depends on NDS32
3
4 config SYS_ARCH
5         default "nds32"
6
7 choice
8         prompt "Target select"
9
10 config TARGET_ADP_AG101
11         bool "Support adp-ag101"
12
13 config TARGET_ADP_AG101P
14         bool "Support adp-ag101p"
15
16 config TARGET_ADP_AG102
17         bool "Support adp-ag102"
18
19 endchoice
20
21 source "board/AndesTech/adp-ag101/Kconfig"
22 source "board/AndesTech/adp-ag101p/Kconfig"
23 source "board/AndesTech/adp-ag102/Kconfig"
24
25 endmenu