blob: 53e9c0f849ee42471006f4d8969fbc0bc06cb755 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001if TARGET_O2D
2
3config SYS_BOARD
4 string
5 default "o2dnt2"
6
7config SYS_VENDOR
8 string
9 default "ifm"
10
11config SYS_CONFIG_NAME
12 string
13 default "o2d"
14
15endif
16
17if TARGET_O2D300
18
19config SYS_BOARD
20 string
21 default "o2dnt2"
22
23config SYS_VENDOR
24 string
25 default "ifm"
26
27config SYS_CONFIG_NAME
28 string
29 default "o2d300"
30
31endif
32
33if TARGET_O2DNT2
34
35config SYS_BOARD
36 string
37 default "o2dnt2"
38
39config SYS_VENDOR
40 string
41 default "ifm"
42
43config SYS_CONFIG_NAME
44 string
45 default "o2dnt2"
46
47endif
48
49if TARGET_O2I
50
51config SYS_BOARD
52 string
53 default "o2dnt2"
54
55config SYS_VENDOR
56 string
57 default "ifm"
58
59config SYS_CONFIG_NAME
60 string
61 default "o2i"
62
63endif
64
65if TARGET_O2MNT
66
67config SYS_BOARD
68 string
69 default "o2dnt2"
70
71config SYS_VENDOR
72 string
73 default "ifm"
74
75config SYS_CONFIG_NAME
76 string
77 default "o2mnt"
78
79endif
80
81if TARGET_O3DNT
82
83config SYS_BOARD
84 string
85 default "o2dnt2"
86
87config SYS_VENDOR
88 string
89 default "ifm"
90
91config SYS_CONFIG_NAME
92 string
93 default "o3dnt"
94
95endif