]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/nds32/Kconfig
mx6: ddr: Allow changing REFSEL and REFR fields
[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
dd84058d
MY
14endchoice
15
dd84058d 16source "board/AndesTech/adp-ag101p/Kconfig"
dd84058d
MY
17
18endmenu