]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/tqc/tqm5200/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[people/ms/u-boot.git] / board / tqc / tqm5200 / Kconfig
1 if TARGET_AEV
2
3 config SYS_BOARD
4 default "tqm5200"
5
6 config SYS_VENDOR
7 default "tqc"
8
9 config SYS_CONFIG_NAME
10 default "aev"
11
12 endif
13
14 if TARGET_CHARON
15
16 config SYS_BOARD
17 default "tqm5200"
18
19 config SYS_VENDOR
20 default "tqc"
21
22 config SYS_CONFIG_NAME
23 default "charon"
24
25 endif
26
27 if TARGET_TB5200
28
29 config SYS_BOARD
30 default "tqm5200"
31
32 config SYS_VENDOR
33 default "tqc"
34
35 config SYS_CONFIG_NAME
36 default "TB5200"
37
38 endif
39
40 if TARGET_TQM5200
41
42 config SYS_BOARD
43 default "tqm5200"
44
45 config SYS_VENDOR
46 default "tqc"
47
48 config SYS_CONFIG_NAME
49 default "TQM5200"
50
51 endif