]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/ifm/o2dnt2/Kconfig
Merge branch 'master' of http://git.denx.de/u-boot-samsung
[karo-tx-uboot.git] / board / ifm / o2dnt2 / Kconfig
1 if TARGET_O2D
2
3 config SYS_BOARD
4         default "o2dnt2"
5
6 config SYS_VENDOR
7         default "ifm"
8
9 config SYS_CONFIG_NAME
10         default "o2d"
11
12 endif
13
14 if TARGET_O2D300
15
16 config SYS_BOARD
17         default "o2dnt2"
18
19 config SYS_VENDOR
20         default "ifm"
21
22 config SYS_CONFIG_NAME
23         default "o2d300"
24
25 endif
26
27 if TARGET_O2DNT2
28
29 config SYS_BOARD
30         default "o2dnt2"
31
32 config SYS_VENDOR
33         default "ifm"
34
35 config SYS_CONFIG_NAME
36         default "o2dnt2"
37
38 endif
39
40 if TARGET_O2I
41
42 config SYS_BOARD
43         default "o2dnt2"
44
45 config SYS_VENDOR
46         default "ifm"
47
48 config SYS_CONFIG_NAME
49         default "o2i"
50
51 endif
52
53 if TARGET_O2MNT
54
55 config SYS_BOARD
56         default "o2dnt2"
57
58 config SYS_VENDOR
59         default "ifm"
60
61 config SYS_CONFIG_NAME
62         default "o2mnt"
63
64 endif
65
66 if TARGET_O3DNT
67
68 config SYS_BOARD
69         default "o2dnt2"
70
71 config SYS_VENDOR
72         default "ifm"
73
74 config SYS_CONFIG_NAME
75         default "o3dnt"
76
77 endif