]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/nds32/Kconfig
Migrate generic bootcount to Kconfig
[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"
a26cd049 9 optional
dd84058d 10
dd84058d
MY
11config TARGET_ADP_AG101P
12 bool "Support adp-ag101p"
13
b841b6e9 14config TARGET_ADP_AE3XX
15 bool "Support adp-ae3xx"
16
dd84058d
MY
17endchoice
18
dd84058d 19source "board/AndesTech/adp-ag101p/Kconfig"
b841b6e9 20source "board/AndesTech/adp-ae3xx/Kconfig"
dd84058d
MY
21
22endmenu