]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/tqc/tqm5200/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / tqc / tqm5200 / Kconfig
1 if TARGET_AEV
2
3 config SYS_BOARD
4         string
5         default "tqm5200"
6
7 config SYS_VENDOR
8         string
9         default "tqc"
10
11 config SYS_CONFIG_NAME
12         string
13         default "aev"
14
15 endif
16
17 if TARGET_CHARON
18
19 config SYS_BOARD
20         string
21         default "tqm5200"
22
23 config SYS_VENDOR
24         string
25         default "tqc"
26
27 config SYS_CONFIG_NAME
28         string
29         default "charon"
30
31 endif
32
33 if TARGET_TB5200
34
35 config SYS_BOARD
36         string
37         default "tqm5200"
38
39 config SYS_VENDOR
40         string
41         default "tqc"
42
43 config SYS_CONFIG_NAME
44         string
45         default "TB5200"
46
47 endif
48
49 if TARGET_TQM5200
50
51 config SYS_BOARD
52         string
53         default "tqm5200"
54
55 config SYS_VENDOR
56         string
57         default "tqc"
58
59 config SYS_CONFIG_NAME
60         string
61         default "TQM5200"
62
63 endif