]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/karo/tx28/Kconfig
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / board / karo / tx28 / Kconfig
1 if TARGET_TX28_40X1
2
3 config SYS_BOARD
4         default "tx28"
5
6 config SYS_VENDOR
7         default "karo"
8
9 config SYS_SOC
10         default "mxs"
11
12 config SYS_CONFIG_NAME
13         default "tx28-40x1"
14
15 endif
16
17 if TARGET_TX28_40X1_NOENV
18
19 config SYS_BOARD
20         default "tx28"
21
22 config SYS_VENDOR
23         default "karo"
24
25 config SYS_SOC
26         default "mxs"
27
28 config SYS_CONFIG_NAME
29         default "tx28-40x1_noenv"
30
31 endif
32
33 if TARGET_TX28_40X2
34
35 config SYS_BOARD
36         default "tx28"
37
38 config SYS_VENDOR
39         default "karo"
40
41 config SYS_SOC
42         default "mxs"
43
44 config SYS_CONFIG_NAME
45         default "tx28-40x2"
46
47 endif
48
49 if TARGET_TX28_40X2_NOENV
50
51 config SYS_BOARD
52         default "tx28"
53
54 config SYS_VENDOR
55         default "karo"
56
57 config SYS_SOC
58         default "mxs"
59
60 config SYS_CONFIG_NAME
61         default "tx28-40x2_noenv"
62
63 endif
64
65 if TARGET_TX28_40X3
66
67 config SYS_BOARD
68         default "tx28"
69
70 config SYS_VENDOR
71         default "karo"
72
73 config SYS_SOC
74         default "mxs"
75
76 config SYS_CONFIG_NAME
77         default "tx28-40x3"
78
79 endif
80
81 if TARGET_TX28_40X3_NOENV
82
83 config SYS_BOARD
84         default "tx28"
85
86 config SYS_VENDOR
87         default "karo"
88
89 config SYS_SOC
90         default "mxs"
91
92 config SYS_CONFIG_NAME
93         default "tx28-40x3_noenv"
94
95 endif
96
97 if TARGET_TX28_41X0
98
99 config SYS_BOARD
100         default "tx28"
101
102 config SYS_VENDOR
103         default "karo"
104
105 config SYS_SOC
106         default "mxs"
107
108 config SYS_CONFIG_NAME
109         default "tx28-41x0"
110
111 endif
112
113 if TARGET_TX28_41X0_NOENV
114
115 config SYS_BOARD
116         default "tx28"
117
118 config SYS_VENDOR
119         default "karo"
120
121 config SYS_SOC
122         default "mxs"
123
124 config SYS_CONFIG_NAME
125         default "tx28-41x0_noenv"
126
127 endif