blob: c692196550c52388c33ef23716981bfa792a0dbf [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001if TARGET_AEV
2
3config SYS_BOARD
4 string
5 default "tqm5200"
6
7config SYS_VENDOR
8 string
9 default "tqc"
10
11config SYS_CONFIG_NAME
12 string
13 default "aev"
14
15endif
16
17if TARGET_CHARON
18
19config SYS_BOARD
20 string
21 default "tqm5200"
22
23config SYS_VENDOR
24 string
25 default "tqc"
26
27config SYS_CONFIG_NAME
28 string
29 default "charon"
30
31endif
32
33if TARGET_TB5200
34
35config SYS_BOARD
36 string
37 default "tqm5200"
38
39config SYS_VENDOR
40 string
41 default "tqc"
42
43config SYS_CONFIG_NAME
44 string
45 default "TB5200"
46
47endif
48
49if TARGET_TQM5200
50
51config SYS_BOARD
52 string
53 default "tqm5200"
54
55config SYS_VENDOR
56 string
57 default "tqc"
58
59config SYS_CONFIG_NAME
60 string
61 default "TQM5200"
62
63endif