blob: be1b0f9126cfaa8911224dfcda33499f66323670 [file] [log] [blame]
Masahiro Yamada3491ba62014-08-31 07:11:01 +09001if ARCH_DAVINCI
2
3choice
4 prompt "DaVinci board select"
5
6config TARGET_ENBW_CMC
7 bool "EnBW CMC board"
8
9config TARGET_IPAM390
10 bool "IPAM390 board"
11
12config TARGET_DA830EVM
13 bool "DA830 EVM board"
14
15config TARGET_DA850EVM
16 bool "DA850 EVM board"
17
18config TARGET_CAM_ENC_4XX
19 bool "CAM ENC 4xx board"
20
21config TARGET_HAWKBOARD
22 bool "Hawkboard"
23
24config TARGET_DAVINCI_DM355EVM
25 bool "DM355 EVM board"
26
27config TARGET_DAVINCI_DM355LEOPARD
28 bool "DM355 Leopard board"
29
30config TARGET_DAVINCI_DM365EVM
31 bool "DM365 EVM board"
32
33config TARGET_DAVINCI_DM6467EVM
34 bool "DM6467 EVM board"
35
36config TARGET_DAVINCI_DVEVM
37 bool "DVEVM board"
38
39config TARGET_EA20
40 bool "EA20 board"
41
42config TARGET_DAVINCI_SCHMOOGIE
43 bool "Schmoogie board"
44
45config TARGET_DAVINCI_SFFSDR
46 bool "SFFSDR board"
47
48config TARGET_DAVINCI_SONATA
49 bool "Sonata board"
50
51config TARGET_CALIMAIN
52 bool "Calimain board"
53
54endchoice
55
56config SYS_CPU
57 string
58 default "arm926ejs"
59
60config SYS_SOC
61 string
62 default "davinci"
63
64source "board/enbw/enbw_cmc/Kconfig"
65source "board/ait/cam_enc_4xx/Kconfig"
66source "board/Barix/ipam390/Kconfig"
67source "board/davinci/da8xxevm/Kconfig"
68source "board/davinci/dm355evm/Kconfig"
69source "board/davinci/dm355leopard/Kconfig"
70source "board/davinci/dm365evm/Kconfig"
71source "board/davinci/dm6467evm/Kconfig"
72source "board/davinci/dvevm/Kconfig"
73source "board/davinci/ea20/Kconfig"
74source "board/davinci/schmoogie/Kconfig"
75source "board/davinci/sffsdr/Kconfig"
76source "board/davinci/sonata/Kconfig"
77source "board/omicron/calimain/Kconfig"
78
79endif