]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/arm926ejs/davinci/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[people/ms/u-boot.git] / arch / arm / cpu / arm926ejs / davinci / Kconfig
CommitLineData
3491ba63
MY
1if 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
3491ba63
MY
57 default "arm926ejs"
58
59config SYS_SOC
3491ba63
MY
60 default "davinci"
61
62source "board/enbw/enbw_cmc/Kconfig"
63source "board/ait/cam_enc_4xx/Kconfig"
64source "board/Barix/ipam390/Kconfig"
65source "board/davinci/da8xxevm/Kconfig"
66source "board/davinci/dm355evm/Kconfig"
67source "board/davinci/dm355leopard/Kconfig"
68source "board/davinci/dm365evm/Kconfig"
69source "board/davinci/dm6467evm/Kconfig"
70source "board/davinci/dvevm/Kconfig"
71source "board/davinci/ea20/Kconfig"
72source "board/davinci/schmoogie/Kconfig"
73source "board/davinci/sffsdr/Kconfig"
74source "board/davinci/sonata/Kconfig"
75source "board/omicron/calimain/Kconfig"
76
77endif