]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-davinci/Kconfig
arm: Remove unmaintained davinci boards
[u-boot] / arch / arm / mach-davinci / Kconfig
1 if ARCH_DAVINCI
2
3 choice
4         prompt "DaVinci board select"
5         optional
6
7 config TARGET_ENBW_CMC
8         bool "EnBW CMC board"
9
10 config TARGET_IPAM390
11         bool "IPAM390 board"
12         select SUPPORT_SPL
13
14 config TARGET_DA830EVM
15         bool "DA830 EVM board"
16
17 config TARGET_DA850EVM
18         bool "DA850 EVM board"
19         select SUPPORT_SPL
20
21 config TARGET_EA20
22         bool "EA20 board"
23
24 config TARGET_OMAPL138_LCDK
25         bool "OMAPL138 LCDK"
26         select SUPPORT_SPL
27
28 config TARGET_CALIMAIN
29         bool "Calimain board"
30
31 endchoice
32
33 config SYS_SOC
34         default "davinci"
35
36 source "board/enbw/enbw_cmc/Kconfig"
37 source "board/Barix/ipam390/Kconfig"
38 source "board/davinci/da8xxevm/Kconfig"
39 source "board/davinci/ea20/Kconfig"
40 source "board/omicron/calimain/Kconfig"
41
42 endif