]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/mach-davinci/Kconfig
ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to Kconfig
[thirdparty/u-boot.git] / arch / arm / mach-davinci / Kconfig
CommitLineData
3491ba63
MY
1if ARCH_DAVINCI
2
3choice
4 prompt "DaVinci board select"
a26cd049 5 optional
3491ba63 6
3491ba63
MY
7config TARGET_IPAM390
8 bool "IPAM390 board"
02627356 9 select SUPPORT_SPL
f519b364 10 select SYS_DA850_PLL_INIT
3491ba63 11
3491ba63
MY
12config TARGET_DA850EVM
13 bool "DA850 EVM board"
02627356 14 select SUPPORT_SPL
f519b364 15 select SYS_DA850_PLL_INIT
3491ba63 16
3491ba63
MY
17config TARGET_EA20
18 bool "EA20 board"
19
6761946f
SG
20config TARGET_OMAPL138_LCDK
21 bool "OMAPL138 LCDK"
22 select SUPPORT_SPL
3491ba63
MY
23
24config TARGET_CALIMAIN
25 bool "Calimain board"
f519b364 26 select SYS_DA850_PLL_INIT
3491ba63 27
2ac07f75
DL
28config TARGET_LEGOEV3
29 bool "LEGO MINDSTORMS EV3"
f519b364 30 select SYS_DA850_PLL_INIT
2ac07f75 31
3491ba63
MY
32endchoice
33
3491ba63 34config SYS_SOC
3491ba63
MY
35 default "davinci"
36
f519b364
FP
37config SYS_DA850_PLL_INIT
38 bool
39
3491ba63
MY
40source "board/Barix/ipam390/Kconfig"
41source "board/davinci/da8xxevm/Kconfig"
3491ba63 42source "board/davinci/ea20/Kconfig"
3491ba63 43source "board/omicron/calimain/Kconfig"
2ac07f75 44source "board/lego/ev3/Kconfig"
3491ba63
MY
45
46endif