]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-davinci/Kconfig
5d1c5c5ccb1faff90f9a5304dac86261037a796a
[people/ms/u-boot.git] / arch / arm / mach-davinci / Kconfig
1 if ARCH_DAVINCI
2
3 choice
4 prompt "DaVinci board select"
5 optional
6
7 config TARGET_IPAM390
8 bool "IPAM390 board"
9 select SUPPORT_SPL
10
11 config TARGET_DA850EVM
12 bool "DA850 EVM board"
13 select SUPPORT_SPL
14
15 config TARGET_EA20
16 bool "EA20 board"
17
18 config TARGET_OMAPL138_LCDK
19 bool "OMAPL138 LCDK"
20 select SUPPORT_SPL
21
22 config TARGET_CALIMAIN
23 bool "Calimain board"
24
25 config TARGET_LEGOEV3
26 bool "LEGO MINDSTORMS EV3"
27
28 endchoice
29
30 config SYS_SOC
31 default "davinci"
32
33 source "board/Barix/ipam390/Kconfig"
34 source "board/davinci/da8xxevm/Kconfig"
35 source "board/davinci/ea20/Kconfig"
36 source "board/omicron/calimain/Kconfig"
37 source "board/lego/ev3/Kconfig"
38
39 endif