]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/nds32/Kconfig
karo: tx6ul: set VIDEO_PLL to 648MHz by default
[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         optional
10
11 config TARGET_ADP_AG101P
12         bool "Support adp-ag101p"
13
14 endchoice
15
16 source "board/AndesTech/adp-ag101p/Kconfig"
17
18 endmenu