]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/armltd/integrator/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / armltd / integrator / Kconfig
1 if TARGET_INTEGRATORAP_CM720T
2
3 config SYS_CPU
4         default "arm720t"
5
6 config SYS_BOARD
7         default "integrator"
8
9 config SYS_VENDOR
10         default "armltd"
11
12 config SYS_CONFIG_NAME
13         default "integratorap"
14
15 endif
16
17 if TARGET_INTEGRATORAP_CM920T
18
19 config SYS_CPU
20         default "arm920t"
21
22 config SYS_BOARD
23         default "integrator"
24
25 config SYS_VENDOR
26         default "armltd"
27
28 config SYS_CONFIG_NAME
29         default "integratorap"
30
31 endif
32
33 if TARGET_INTEGRATORCP_CM920T
34
35 config SYS_CPU
36         default "arm920t"
37
38 config SYS_BOARD
39         default "integrator"
40
41 config SYS_VENDOR
42         default "armltd"
43
44 config SYS_CONFIG_NAME
45         default "integratorcp"
46
47 endif
48
49 if TARGET_INTEGRATORAP_CM926EJS
50
51 config SYS_CPU
52         default "arm926ejs"
53
54 config SYS_BOARD
55         default "integrator"
56
57 config SYS_VENDOR
58         default "armltd"
59
60 config SYS_CONFIG_NAME
61         default "integratorap"
62
63 endif
64
65 if TARGET_INTEGRATORCP_CM926EJS
66
67 config SYS_CPU
68         default "arm926ejs"
69
70 config SYS_BOARD
71         default "integrator"
72
73 config SYS_VENDOR
74         default "armltd"
75
76 config SYS_CONFIG_NAME
77         default "integratorcp"
78
79 endif
80
81 if TARGET_INTEGRATORCP_CM1136
82
83 config SYS_CPU
84         default "arm1136"
85
86 config SYS_BOARD
87         default "integrator"
88
89 config SYS_VENDOR
90         default "armltd"
91
92 config SYS_CONFIG_NAME
93         default "integratorcp"
94
95 endif
96
97 if TARGET_INTEGRATORAP_CM946ES
98
99 config SYS_CPU
100         default "arm946es"
101
102 config SYS_BOARD
103         default "integrator"
104
105 config SYS_VENDOR
106         default "armltd"
107
108 config SYS_CONFIG_NAME
109         default "integratorap"
110
111 endif
112
113 if TARGET_INTEGRATORCP_CM946ES
114
115 config SYS_CPU
116         default "arm946es"
117
118 config SYS_BOARD
119         default "integrator"
120
121 config SYS_VENDOR
122         default "armltd"
123
124 config SYS_CONFIG_NAME
125         default "integratorcp"
126
127 endif