]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/nds32/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[people/ms/u-boot.git] / arch / nds32 / Kconfig
CommitLineData
dd84058d
MY
1menu "NDS32 architecture"
2 depends on NDS32
3
4config SYS_ARCH
dd84058d
MY
5 default "nds32"
6
7choice
8 prompt "Target select"
9
10config TARGET_ADP_AG101
11 bool "Support adp-ag101"
12
13config TARGET_ADP_AG101P
14 bool "Support adp-ag101p"
15
16config TARGET_ADP_AG102
17 bool "Support adp-ag102"
18
19endchoice
20
21source "board/AndesTech/adp-ag101/Kconfig"
22source "board/AndesTech/adp-ag101p/Kconfig"
23source "board/AndesTech/adp-ag102/Kconfig"
24
25endmenu