Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "mpc85xx CPU" |
2 | depends on MPC85xx | ||||
3 | |||||
4 | config SYS_CPU | ||||
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "mpc85xx" |
6 | |||||
7 | choice | ||||
8 | prompt "Target select" | ||||
Joe Hershberger | f069960 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 9 | optional |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 10 | |
11 | config TARGET_SBC8548 | ||||
12 | bool "Support sbc8548" | ||||
York Sun | efc49e0 | 2016-11-15 13:52:34 -0800 | [diff] [blame] | 13 | select ARCH_MPC8548 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 14 | |
15 | config TARGET_SOCRATES | ||||
16 | bool "Support socrates" | ||||
York Sun | 5ac012a | 2016-11-15 13:57:15 -0800 | [diff] [blame] | 17 | select ARCH_MPC8544 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 18 | |
York Sun | 2073fa2 | 2016-11-18 13:51:01 -0800 | [diff] [blame] | 19 | config TARGET_B4420QDS |
20 | bool "Support B4420QDS" | ||||
York Sun | fda566d | 2016-11-18 11:56:57 -0800 | [diff] [blame] | 21 | select ARCH_B4420 |
York Sun | 2073fa2 | 2016-11-18 13:51:01 -0800 | [diff] [blame] | 22 | select SUPPORT_SPL |
23 | select PHYS_64BIT | ||||
24 | |||||
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 25 | config TARGET_B4860QDS |
26 | bool "Support B4860QDS" | ||||
York Sun | 68eaa9a | 2016-11-18 11:44:43 -0800 | [diff] [blame] | 27 | select ARCH_B4860 |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 28 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 29 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 30 | |
31 | config TARGET_BSC9131RDB | ||||
32 | bool "Support BSC9131RDB" | ||||
York Sun | a80bdf7 | 2016-11-15 14:09:50 -0800 | [diff] [blame] | 33 | select ARCH_BSC9131 |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 34 | select SUPPORT_SPL |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 35 | |
36 | config TARGET_BSC9132QDS | ||||
37 | bool "Support BSC9132QDS" | ||||
York Sun | a80bdf7 | 2016-11-15 14:09:50 -0800 | [diff] [blame] | 38 | select ARCH_BSC9132 |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 39 | select SUPPORT_SPL |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 40 | |
41 | config TARGET_C29XPCIE | ||||
42 | bool "Support C29XPCIE" | ||||
York Sun | 4119aee | 2016-11-15 18:44:22 -0800 | [diff] [blame] | 43 | select ARCH_C29X |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 44 | select SUPPORT_SPL |
Masahiro Yamada | f5ebc99 | 2014-10-20 17:45:57 +0900 | [diff] [blame] | 45 | select SUPPORT_TPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 46 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 47 | |
48 | config TARGET_P3041DS | ||||
49 | bool "Support P3041DS" | ||||
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 50 | select PHYS_64BIT |
York Sun | df70d06 | 2016-11-18 11:20:40 -0800 | [diff] [blame] | 51 | select ARCH_P3041 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 52 | |
53 | config TARGET_P4080DS | ||||
54 | bool "Support P4080DS" | ||||
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 55 | select PHYS_64BIT |
York Sun | 84be8a9 | 2016-11-18 11:24:40 -0800 | [diff] [blame] | 56 | select ARCH_P4080 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 57 | |
58 | config TARGET_P5020DS | ||||
59 | bool "Support P5020DS" | ||||
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 60 | select PHYS_64BIT |
York Sun | 2ed73f4 | 2016-11-18 11:30:56 -0800 | [diff] [blame] | 61 | select ARCH_P5020 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 62 | |
63 | config TARGET_P5040DS | ||||
64 | bool "Support P5040DS" | ||||
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 65 | select PHYS_64BIT |
York Sun | a3c5b66 | 2016-11-18 11:39:36 -0800 | [diff] [blame] | 66 | select ARCH_P5040 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 67 | |
68 | config TARGET_MPC8536DS | ||||
69 | bool "Support MPC8536DS" | ||||
York Sun | 5557d6b | 2016-11-16 11:06:47 -0800 | [diff] [blame] | 70 | select ARCH_MPC8536 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 71 | |
72 | config TARGET_MPC8540ADS | ||||
73 | bool "Support MPC8540ADS" | ||||
York Sun | 5ddce89 | 2016-11-16 11:13:06 -0800 | [diff] [blame] | 74 | select ARCH_MPC8540 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 75 | |
76 | config TARGET_MPC8541CDS | ||||
77 | bool "Support MPC8541CDS" | ||||
York Sun | bf820c0 | 2016-11-16 11:18:31 -0800 | [diff] [blame] | 78 | select ARCH_MPC8541 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 79 | |
80 | config TARGET_MPC8544DS | ||||
81 | bool "Support MPC8544DS" | ||||
York Sun | 5ac012a | 2016-11-15 13:57:15 -0800 | [diff] [blame] | 82 | select ARCH_MPC8544 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 83 | |
84 | config TARGET_MPC8548CDS | ||||
85 | bool "Support MPC8548CDS" | ||||
York Sun | efc49e0 | 2016-11-15 13:52:34 -0800 | [diff] [blame] | 86 | select ARCH_MPC8548 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 87 | |
88 | config TARGET_MPC8555CDS | ||||
89 | bool "Support MPC8555CDS" | ||||
York Sun | 32be34d | 2016-11-16 11:23:23 -0800 | [diff] [blame] | 90 | select ARCH_MPC8555 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 91 | |
92 | config TARGET_MPC8560ADS | ||||
93 | bool "Support MPC8560ADS" | ||||
York Sun | b4046f4 | 2016-11-16 11:26:45 -0800 | [diff] [blame] | 94 | select ARCH_MPC8560 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 95 | |
96 | config TARGET_MPC8568MDS | ||||
97 | bool "Support MPC8568MDS" | ||||
York Sun | a0d4b58 | 2016-11-16 11:32:17 -0800 | [diff] [blame] | 98 | select ARCH_MPC8568 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 99 | |
100 | config TARGET_MPC8569MDS | ||||
101 | bool "Support MPC8569MDS" | ||||
York Sun | 317f2ff | 2016-11-16 11:34:52 -0800 | [diff] [blame] | 102 | select ARCH_MPC8569 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 103 | |
104 | config TARGET_MPC8572DS | ||||
105 | bool "Support MPC8572DS" | ||||
York Sun | 018874e | 2016-11-16 11:39:20 -0800 | [diff] [blame] | 106 | select ARCH_MPC8572 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 107 | |
York Sun | 7f945ca | 2016-11-16 13:30:06 -0800 | [diff] [blame] | 108 | config TARGET_P1010RDB_PA |
109 | bool "Support P1010RDB_PA" | ||||
110 | select ARCH_P1010 | ||||
111 | select SUPPORT_SPL | ||||
112 | select SUPPORT_TPL | ||||
113 | |||||
114 | config TARGET_P1010RDB_PB | ||||
115 | bool "Support P1010RDB_PB" | ||||
York Sun | 24f88b3 | 2016-11-16 13:08:52 -0800 | [diff] [blame] | 116 | select ARCH_P1010 |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 117 | select SUPPORT_SPL |
Masahiro Yamada | f5ebc99 | 2014-10-20 17:45:57 +0900 | [diff] [blame] | 118 | select SUPPORT_TPL |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 119 | |
120 | config TARGET_P1022DS | ||||
121 | bool "Support P1022DS" | ||||
York Sun | 08672a5 | 2016-11-16 15:23:52 -0800 | [diff] [blame] | 122 | select ARCH_P1022 |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 123 | select SUPPORT_SPL |
Masahiro Yamada | f5ebc99 | 2014-10-20 17:45:57 +0900 | [diff] [blame] | 124 | select SUPPORT_TPL |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 125 | |
126 | config TARGET_P1023RDB | ||||
127 | bool "Support P1023RDB" | ||||
York Sun | feeaae2 | 2016-11-16 15:45:31 -0800 | [diff] [blame] | 128 | select ARCH_P1023 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 129 | |
York Sun | 1dc69a6 | 2016-11-17 13:12:38 -0800 | [diff] [blame] | 130 | config TARGET_P1020MBG |
131 | bool "Support P1020MBG-PC" | ||||
132 | select SUPPORT_SPL | ||||
133 | select SUPPORT_TPL | ||||
York Sun | af2dc81 | 2016-11-18 10:02:14 -0800 | [diff] [blame] | 134 | select ARCH_P1020 |
135 | |||||
York Sun | 443108bf | 2016-11-17 13:52:44 -0800 | [diff] [blame] | 136 | config TARGET_P1020RDB_PC |
137 | bool "Support P1020RDB-PC" | ||||
138 | select SUPPORT_SPL | ||||
139 | select SUPPORT_TPL | ||||
York Sun | af2dc81 | 2016-11-18 10:02:14 -0800 | [diff] [blame] | 140 | select ARCH_P1020 |
York Sun | 443108bf | 2016-11-17 13:52:44 -0800 | [diff] [blame] | 141 | |
York Sun | 0673238 | 2016-11-17 13:53:33 -0800 | [diff] [blame] | 142 | config TARGET_P1020RDB_PD |
143 | bool "Support P1020RDB-PD" | ||||
144 | select SUPPORT_SPL | ||||
145 | select SUPPORT_TPL | ||||
York Sun | af2dc81 | 2016-11-18 10:02:14 -0800 | [diff] [blame] | 146 | select ARCH_P1020 |
York Sun | 0673238 | 2016-11-17 13:53:33 -0800 | [diff] [blame] | 147 | |
York Sun | 8f250f9 | 2016-11-17 13:53:54 -0800 | [diff] [blame] | 148 | config TARGET_P1020UTM |
149 | bool "Support P1020UTM" | ||||
150 | select SUPPORT_SPL | ||||
151 | select SUPPORT_TPL | ||||
York Sun | af2dc81 | 2016-11-18 10:02:14 -0800 | [diff] [blame] | 152 | select ARCH_P1020 |
York Sun | 1dc69a6 | 2016-11-17 13:12:38 -0800 | [diff] [blame] | 153 | |
York Sun | ba38a35 | 2016-11-17 13:43:18 -0800 | [diff] [blame] | 154 | config TARGET_P1021RDB |
155 | bool "Support P1021RDB" | ||||
156 | select SUPPORT_SPL | ||||
157 | select SUPPORT_TPL | ||||
York Sun | 2f924be | 2016-11-18 10:59:02 -0800 | [diff] [blame] | 158 | select ARCH_P1021 |
York Sun | ba38a35 | 2016-11-17 13:43:18 -0800 | [diff] [blame] | 159 | |
York Sun | 028f29c | 2016-11-17 13:48:39 -0800 | [diff] [blame] | 160 | config TARGET_P1024RDB |
161 | bool "Support P1024RDB" | ||||
162 | select SUPPORT_SPL | ||||
163 | select SUPPORT_TPL | ||||
York Sun | 76780b2 | 2016-11-18 11:00:57 -0800 | [diff] [blame] | 164 | select ARCH_P1024 |
York Sun | 028f29c | 2016-11-17 13:48:39 -0800 | [diff] [blame] | 165 | |
York Sun | cc05c62 | 2016-11-17 14:10:14 -0800 | [diff] [blame] | 166 | config TARGET_P1025RDB |
167 | bool "Support P1025RDB" | ||||
168 | select SUPPORT_SPL | ||||
169 | select SUPPORT_TPL | ||||
York Sun | 0f57797 | 2016-11-18 11:05:38 -0800 | [diff] [blame] | 170 | select ARCH_P1025 |
York Sun | cc05c62 | 2016-11-17 14:10:14 -0800 | [diff] [blame] | 171 | |
York Sun | 9c01ff2 | 2016-11-17 14:19:18 -0800 | [diff] [blame] | 172 | config TARGET_P2020RDB |
173 | bool "Support P2020RDB-PC" | ||||
174 | select SUPPORT_SPL | ||||
175 | select SUPPORT_TPL | ||||
York Sun | 4b08dd7 | 2016-11-18 11:08:43 -0800 | [diff] [blame] | 176 | select ARCH_P2020 |
York Sun | 9c01ff2 | 2016-11-17 14:19:18 -0800 | [diff] [blame] | 177 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 178 | config TARGET_P1_TWR |
179 | bool "Support p1_twr" | ||||
York Sun | 0f57797 | 2016-11-18 11:05:38 -0800 | [diff] [blame] | 180 | select ARCH_P1025 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 181 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 182 | config TARGET_P2041RDB |
183 | bool "Support P2041RDB" | ||||
York Sun | 5786fca | 2016-11-18 11:15:21 -0800 | [diff] [blame] | 184 | select ARCH_P2041 |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 185 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 186 | |
187 | config TARGET_QEMU_PPCE500 | ||||
188 | bool "Support qemu-ppce500" | ||||
York Sun | 51e91e8 | 2016-11-18 12:29:51 -0800 | [diff] [blame] | 189 | select ARCH_QEMU_E500 |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 190 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 191 | |
York Sun | dbbf693 | 2016-11-18 12:55:35 -0800 | [diff] [blame] | 192 | config TARGET_T1024QDS |
193 | bool "Support T1024QDS" | ||||
York Sun | 7d29dd6 | 2016-11-18 13:01:34 -0800 | [diff] [blame] | 194 | select ARCH_T1024 |
Shengzhou Liu | 9eca55f | 2014-11-24 17:11:55 +0800 | [diff] [blame] | 195 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 196 | select PHYS_64BIT |
Shengzhou Liu | 9eca55f | 2014-11-24 17:11:55 +0800 | [diff] [blame] | 197 | |
York Sun | a5ca142 | 2016-11-18 12:45:44 -0800 | [diff] [blame] | 198 | config TARGET_T1023RDB |
199 | bool "Support T1023RDB" | ||||
York Sun | bcee92e | 2016-11-18 12:35:47 -0800 | [diff] [blame] | 200 | select ARCH_T1023 |
York Sun | a5ca142 | 2016-11-18 12:45:44 -0800 | [diff] [blame] | 201 | select SUPPORT_SPL |
202 | select PHYS_64BIT | ||||
203 | |||||
204 | config TARGET_T1024RDB | ||||
205 | bool "Support T1024RDB" | ||||
York Sun | 7d29dd6 | 2016-11-18 13:01:34 -0800 | [diff] [blame] | 206 | select ARCH_T1024 |
Shengzhou Liu | 4991240 | 2014-11-24 17:11:56 +0800 | [diff] [blame] | 207 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 208 | select PHYS_64BIT |
Shengzhou Liu | 4991240 | 2014-11-24 17:11:56 +0800 | [diff] [blame] | 209 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 210 | config TARGET_T1040QDS |
211 | bool "Support T1040QDS" | ||||
York Sun | a5b5d88 | 2016-11-18 13:11:12 -0800 | [diff] [blame] | 212 | select ARCH_T1040 |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 213 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 214 | |
York Sun | 1d564e75 | 2016-11-18 13:19:39 -0800 | [diff] [blame] | 215 | config TARGET_T1040RDB |
216 | bool "Support T1040RDB" | ||||
York Sun | a5b5d88 | 2016-11-18 13:11:12 -0800 | [diff] [blame] | 217 | select ARCH_T1040 |
York Sun | 1d564e75 | 2016-11-18 13:19:39 -0800 | [diff] [blame] | 218 | select SUPPORT_SPL |
219 | select PHYS_64BIT | ||||
220 | |||||
York Sun | 2c15601 | 2016-11-21 10:46:53 -0800 | [diff] [blame] | 221 | config TARGET_T1040D4RDB |
222 | bool "Support T1040D4RDB" | ||||
223 | select ARCH_T1040 | ||||
224 | select SUPPORT_SPL | ||||
225 | select PHYS_64BIT | ||||
226 | |||||
York Sun | 1d564e75 | 2016-11-18 13:19:39 -0800 | [diff] [blame] | 227 | config TARGET_T1042RDB |
228 | bool "Support T1042RDB" | ||||
York Sun | 2d7b2d4 | 2016-11-18 13:36:39 -0800 | [diff] [blame] | 229 | select ARCH_T1042 |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 230 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 231 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 232 | |
York Sun | d08610d | 2016-11-21 11:04:34 -0800 | [diff] [blame] | 233 | config TARGET_T1042D4RDB |
234 | bool "Support T1042D4RDB" | ||||
235 | select ARCH_T1042 | ||||
236 | select SUPPORT_SPL | ||||
237 | select PHYS_64BIT | ||||
238 | |||||
York Sun | e9c8dcf | 2016-11-18 13:44:00 -0800 | [diff] [blame] | 239 | config TARGET_T1042RDB_PI |
240 | bool "Support T1042RDB_PI" | ||||
241 | select ARCH_T1042 | ||||
242 | select SUPPORT_SPL | ||||
243 | select PHYS_64BIT | ||||
244 | |||||
York Sun | d1a6c0f | 2016-11-21 12:46:58 -0800 | [diff] [blame] | 245 | config TARGET_T2080QDS |
246 | bool "Support T2080QDS" | ||||
York Sun | e20c685 | 2016-11-21 12:54:19 -0800 | [diff] [blame] | 247 | select ARCH_T2080 |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 248 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 249 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 250 | |
York Sun | 5845925 | 2016-11-21 12:57:22 -0800 | [diff] [blame] | 251 | config TARGET_T2080RDB |
252 | bool "Support T2080RDB" | ||||
York Sun | e20c685 | 2016-11-21 12:54:19 -0800 | [diff] [blame] | 253 | select ARCH_T2080 |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 254 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 255 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 256 | |
York Sun | d1a6c0f | 2016-11-21 12:46:58 -0800 | [diff] [blame] | 257 | config TARGET_T2081QDS |
258 | bool "Support T2081QDS" | ||||
York Sun | e20c685 | 2016-11-21 12:54:19 -0800 | [diff] [blame] | 259 | select ARCH_T2081 |
York Sun | d1a6c0f | 2016-11-21 12:46:58 -0800 | [diff] [blame] | 260 | select SUPPORT_SPL |
261 | select PHYS_64BIT | ||||
262 | |||||
York Sun | a74e923 | 2016-11-21 13:19:14 -0800 | [diff] [blame] | 263 | config TARGET_T4160QDS |
264 | bool "Support T4160QDS" | ||||
York Sun | c7ea924 | 2016-11-21 13:31:34 -0800 | [diff] [blame] | 265 | select ARCH_T4160 |
York Sun | a74e923 | 2016-11-21 13:19:14 -0800 | [diff] [blame] | 266 | select SUPPORT_SPL |
267 | select PHYS_64BIT | ||||
268 | |||||
York Sun | 50417a9 | 2016-11-21 13:26:52 -0800 | [diff] [blame] | 269 | config TARGET_T4160RDB |
270 | bool "Support T4160RDB" | ||||
York Sun | c7ea924 | 2016-11-21 13:31:34 -0800 | [diff] [blame] | 271 | select ARCH_T4160 |
York Sun | 50417a9 | 2016-11-21 13:26:52 -0800 | [diff] [blame] | 272 | select SUPPORT_SPL |
273 | select PHYS_64BIT | ||||
274 | |||||
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 275 | config TARGET_T4240QDS |
276 | bool "Support T4240QDS" | ||||
York Sun | 0fad326 | 2016-11-21 13:35:41 -0800 | [diff] [blame] | 277 | select ARCH_T4240 |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 278 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 279 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 280 | |
281 | config TARGET_T4240RDB | ||||
282 | bool "Support T4240RDB" | ||||
York Sun | 0fad326 | 2016-11-21 13:35:41 -0800 | [diff] [blame] | 283 | select ARCH_T4240 |
Chunhe Lan | 66cba6b | 2015-03-20 17:08:54 +0800 | [diff] [blame] | 284 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 285 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 286 | |
287 | config TARGET_CONTROLCENTERD | ||||
288 | bool "Support controlcenterd" | ||||
York Sun | 08672a5 | 2016-11-16 15:23:52 -0800 | [diff] [blame] | 289 | select ARCH_P1022 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 290 | |
291 | config TARGET_KMP204X | ||||
292 | bool "Support kmp204x" | ||||
York Sun | 5786fca | 2016-11-18 11:15:21 -0800 | [diff] [blame] | 293 | select ARCH_P2041 |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 294 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 295 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 296 | config TARGET_XPEDITE520X |
297 | bool "Support xpedite520x" | ||||
York Sun | efc49e0 | 2016-11-15 13:52:34 -0800 | [diff] [blame] | 298 | select ARCH_MPC8548 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 299 | |
300 | config TARGET_XPEDITE537X | ||||
301 | bool "Support xpedite537x" | ||||
York Sun | 018874e | 2016-11-16 11:39:20 -0800 | [diff] [blame] | 302 | select ARCH_MPC8572 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 303 | |
304 | config TARGET_XPEDITE550X | ||||
305 | bool "Support xpedite550x" | ||||
York Sun | 4b08dd7 | 2016-11-18 11:08:43 -0800 | [diff] [blame] | 306 | select ARCH_P2020 |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 307 | |
Oleksandr G Zhadan | 19ac688 | 2015-04-29 16:57:39 -0400 | [diff] [blame] | 308 | config TARGET_UCP1020 |
309 | bool "Support uCP1020" | ||||
York Sun | af2dc81 | 2016-11-18 10:02:14 -0800 | [diff] [blame] | 310 | select ARCH_P1020 |
Oleksandr G Zhadan | 19ac688 | 2015-04-29 16:57:39 -0400 | [diff] [blame] | 311 | |
York Sun | db2d69c | 2016-12-01 18:37:55 -0800 | [diff] [blame] | 312 | config TARGET_CYRUS_P5020 |
313 | bool "Support Varisys Cyrus P5020" | ||||
314 | select ARCH_P5020 | ||||
315 | select PHYS_64BIT | ||||
316 | |||||
317 | config TARGET_CYRUS_P5040 | ||||
318 | bool "Support Varisys Cyrus P5040" | ||||
319 | select ARCH_P5040 | ||||
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 320 | select PHYS_64BIT |
Andy Fleming | 3c98e7b | 2015-11-04 15:48:32 -0600 | [diff] [blame] | 321 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 322 | endchoice |
323 | |||||
York Sun | fda566d | 2016-11-18 11:56:57 -0800 | [diff] [blame] | 324 | config ARCH_B4420 |
325 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 326 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 327 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 328 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 329 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 330 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | fda566d | 2016-11-18 11:56:57 -0800 | [diff] [blame] | 331 | |
York Sun | 68eaa9a | 2016-11-18 11:44:43 -0800 | [diff] [blame] | 332 | config ARCH_B4860 |
333 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 334 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 335 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 336 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 337 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 338 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | 68eaa9a | 2016-11-18 11:44:43 -0800 | [diff] [blame] | 339 | |
York Sun | a80bdf7 | 2016-11-15 14:09:50 -0800 | [diff] [blame] | 340 | config ARCH_BSC9131 |
341 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 342 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 343 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 344 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 345 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | a80bdf7 | 2016-11-15 14:09:50 -0800 | [diff] [blame] | 346 | |
347 | config ARCH_BSC9132 | ||||
348 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 349 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 350 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 351 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 352 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 353 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | a80bdf7 | 2016-11-15 14:09:50 -0800 | [diff] [blame] | 354 | |
York Sun | 4119aee | 2016-11-15 18:44:22 -0800 | [diff] [blame] | 355 | config ARCH_C29X |
356 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 357 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 358 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 359 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 360 | select SYS_FSL_SEC_COMPAT_6 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 361 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | 4119aee | 2016-11-15 18:44:22 -0800 | [diff] [blame] | 362 | |
York Sun | 5557d6b | 2016-11-16 11:06:47 -0800 | [diff] [blame] | 363 | config ARCH_MPC8536 |
364 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 365 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 366 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 367 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 368 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 369 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | 5557d6b | 2016-11-16 11:06:47 -0800 | [diff] [blame] | 370 | |
York Sun | 5ddce89 | 2016-11-16 11:13:06 -0800 | [diff] [blame] | 371 | config ARCH_MPC8540 |
372 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 373 | select FSL_LAW |
York Sun | 5ddce89 | 2016-11-16 11:13:06 -0800 | [diff] [blame] | 374 | |
York Sun | bf820c0 | 2016-11-16 11:18:31 -0800 | [diff] [blame] | 375 | config ARCH_MPC8541 |
376 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 377 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 378 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 379 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 380 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | bf820c0 | 2016-11-16 11:18:31 -0800 | [diff] [blame] | 381 | |
York Sun | 5ac012a | 2016-11-15 13:57:15 -0800 | [diff] [blame] | 382 | config ARCH_MPC8544 |
383 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 384 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 385 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 386 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 387 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 388 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | 5ac012a | 2016-11-15 13:57:15 -0800 | [diff] [blame] | 389 | |
York Sun | efc49e0 | 2016-11-15 13:52:34 -0800 | [diff] [blame] | 390 | config ARCH_MPC8548 |
391 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 392 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 393 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 394 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 395 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 396 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | efc49e0 | 2016-11-15 13:52:34 -0800 | [diff] [blame] | 397 | |
York Sun | 32be34d | 2016-11-16 11:23:23 -0800 | [diff] [blame] | 398 | config ARCH_MPC8555 |
399 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 400 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 401 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 402 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 403 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 32be34d | 2016-11-16 11:23:23 -0800 | [diff] [blame] | 404 | |
York Sun | b4046f4 | 2016-11-16 11:26:45 -0800 | [diff] [blame] | 405 | config ARCH_MPC8560 |
406 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 407 | select FSL_LAW |
York Sun | b4046f4 | 2016-11-16 11:26:45 -0800 | [diff] [blame] | 408 | |
York Sun | a0d4b58 | 2016-11-16 11:32:17 -0800 | [diff] [blame] | 409 | config ARCH_MPC8568 |
410 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 411 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 412 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 413 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 414 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | a0d4b58 | 2016-11-16 11:32:17 -0800 | [diff] [blame] | 415 | |
York Sun | 317f2ff | 2016-11-16 11:34:52 -0800 | [diff] [blame] | 416 | config ARCH_MPC8569 |
417 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 418 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 419 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 420 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 421 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 317f2ff | 2016-11-16 11:34:52 -0800 | [diff] [blame] | 422 | |
York Sun | 018874e | 2016-11-16 11:39:20 -0800 | [diff] [blame] | 423 | config ARCH_MPC8572 |
424 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 425 | select FSL_LAW |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 426 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 427 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 428 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 429 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 018874e | 2016-11-16 11:39:20 -0800 | [diff] [blame] | 430 | |
York Sun | 24f88b3 | 2016-11-16 13:08:52 -0800 | [diff] [blame] | 431 | config ARCH_P1010 |
432 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 433 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 434 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 435 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 436 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 437 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | 24f88b3 | 2016-11-16 13:08:52 -0800 | [diff] [blame] | 438 | |
York Sun | 3680e59 | 2016-11-16 15:54:15 -0800 | [diff] [blame] | 439 | config ARCH_P1011 |
440 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 441 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 442 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 443 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 444 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 445 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | 3680e59 | 2016-11-16 15:54:15 -0800 | [diff] [blame] | 446 | |
York Sun | af2dc81 | 2016-11-18 10:02:14 -0800 | [diff] [blame] | 447 | config ARCH_P1020 |
448 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 449 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 450 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 451 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 452 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 453 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | af2dc81 | 2016-11-18 10:02:14 -0800 | [diff] [blame] | 454 | |
York Sun | 2f924be | 2016-11-18 10:59:02 -0800 | [diff] [blame] | 455 | config ARCH_P1021 |
456 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 457 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 458 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 459 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 460 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 461 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | 2f924be | 2016-11-18 10:59:02 -0800 | [diff] [blame] | 462 | |
York Sun | 08672a5 | 2016-11-16 15:23:52 -0800 | [diff] [blame] | 463 | config ARCH_P1022 |
464 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 465 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 466 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 467 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 468 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 469 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | 08672a5 | 2016-11-16 15:23:52 -0800 | [diff] [blame] | 470 | |
York Sun | feeaae2 | 2016-11-16 15:45:31 -0800 | [diff] [blame] | 471 | config ARCH_P1023 |
472 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 473 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 474 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 475 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 476 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | feeaae2 | 2016-11-16 15:45:31 -0800 | [diff] [blame] | 477 | |
York Sun | 76780b2 | 2016-11-18 11:00:57 -0800 | [diff] [blame] | 478 | config ARCH_P1024 |
479 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 480 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 481 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 482 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 483 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 484 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | 76780b2 | 2016-11-18 11:00:57 -0800 | [diff] [blame] | 485 | |
York Sun | 0f57797 | 2016-11-18 11:05:38 -0800 | [diff] [blame] | 486 | config ARCH_P1025 |
487 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 488 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 489 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 490 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 491 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 492 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | 0f57797 | 2016-11-18 11:05:38 -0800 | [diff] [blame] | 493 | |
York Sun | 4b08dd7 | 2016-11-18 11:08:43 -0800 | [diff] [blame] | 494 | config ARCH_P2020 |
495 | bool | ||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 496 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 497 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 498 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 499 | select SYS_FSL_SEC_COMPAT_2 |
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 500 | select SYS_PPC_E500_USE_DEBUG_TLB |
York Sun | 4b08dd7 | 2016-11-18 11:08:43 -0800 | [diff] [blame] | 501 | |
York Sun | 5786fca | 2016-11-18 11:15:21 -0800 | [diff] [blame] | 502 | config ARCH_P2041 |
503 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 504 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 505 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 506 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 507 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 508 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | 5786fca | 2016-11-18 11:15:21 -0800 | [diff] [blame] | 509 | |
York Sun | df70d06 | 2016-11-18 11:20:40 -0800 | [diff] [blame] | 510 | config ARCH_P3041 |
511 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 512 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 513 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 514 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 515 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 516 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | df70d06 | 2016-11-18 11:20:40 -0800 | [diff] [blame] | 517 | |
York Sun | 84be8a9 | 2016-11-18 11:24:40 -0800 | [diff] [blame] | 518 | config ARCH_P4080 |
519 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 520 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 521 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 522 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 523 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 524 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | 84be8a9 | 2016-11-18 11:24:40 -0800 | [diff] [blame] | 525 | |
York Sun | 2ed73f4 | 2016-11-18 11:30:56 -0800 | [diff] [blame] | 526 | config ARCH_P5020 |
527 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 528 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 529 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 530 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 531 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 532 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | 2ed73f4 | 2016-11-18 11:30:56 -0800 | [diff] [blame] | 533 | |
York Sun | a3c5b66 | 2016-11-18 11:39:36 -0800 | [diff] [blame] | 534 | config ARCH_P5040 |
535 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 536 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 537 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 538 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 539 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 540 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | a3c5b66 | 2016-11-18 11:39:36 -0800 | [diff] [blame] | 541 | |
York Sun | 51e91e8 | 2016-11-18 12:29:51 -0800 | [diff] [blame] | 542 | config ARCH_QEMU_E500 |
543 | bool | ||||
544 | |||||
York Sun | bcee92e | 2016-11-18 12:35:47 -0800 | [diff] [blame] | 545 | config ARCH_T1023 |
546 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 547 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 548 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 549 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 550 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 551 | select SYS_FSL_SEC_COMPAT_5 |
York Sun | bcee92e | 2016-11-18 12:35:47 -0800 | [diff] [blame] | 552 | |
York Sun | 7d29dd6 | 2016-11-18 13:01:34 -0800 | [diff] [blame] | 553 | config ARCH_T1024 |
554 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 555 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 556 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 557 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 558 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 559 | select SYS_FSL_SEC_COMPAT_5 |
York Sun | 7d29dd6 | 2016-11-18 13:01:34 -0800 | [diff] [blame] | 560 | |
York Sun | a5b5d88 | 2016-11-18 13:11:12 -0800 | [diff] [blame] | 561 | config ARCH_T1040 |
562 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 563 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 564 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 565 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 566 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 567 | select SYS_FSL_SEC_COMPAT_5 |
York Sun | a5b5d88 | 2016-11-18 13:11:12 -0800 | [diff] [blame] | 568 | |
York Sun | 2d7b2d4 | 2016-11-18 13:36:39 -0800 | [diff] [blame] | 569 | config ARCH_T1042 |
570 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 571 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 572 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 573 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 574 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 575 | select SYS_FSL_SEC_COMPAT_5 |
York Sun | 2d7b2d4 | 2016-11-18 13:36:39 -0800 | [diff] [blame] | 576 | |
York Sun | e20c685 | 2016-11-21 12:54:19 -0800 | [diff] [blame] | 577 | config ARCH_T2080 |
578 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 579 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 580 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 581 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 582 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 583 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | e20c685 | 2016-11-21 12:54:19 -0800 | [diff] [blame] | 584 | |
585 | config ARCH_T2081 | ||||
586 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 587 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 588 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 589 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 590 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 591 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | e20c685 | 2016-11-21 12:54:19 -0800 | [diff] [blame] | 592 | |
York Sun | c7ea924 | 2016-11-21 13:31:34 -0800 | [diff] [blame] | 593 | config ARCH_T4160 |
594 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 595 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 596 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 597 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 598 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 599 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | c7ea924 | 2016-11-21 13:31:34 -0800 | [diff] [blame] | 600 | |
York Sun | 0fad326 | 2016-11-21 13:35:41 -0800 | [diff] [blame] | 601 | config ARCH_T4240 |
602 | bool | ||||
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 603 | select E500MC |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 604 | select FSL_LAW |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 605 | select SYS_FSL_HAS_SEC |
York Sun | fa419942 | 2016-12-28 08:43:31 -0800 | [diff] [blame^] | 606 | select SYS_FSL_SEC_BE |
York Sun | 92c36e2 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 607 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 608 | |
York Sun | af5495a | 2016-12-28 08:43:27 -0800 | [diff] [blame] | 609 | config BOOKE |
610 | bool | ||||
611 | default y | ||||
612 | |||||
613 | config E500 | ||||
614 | bool | ||||
615 | default y | ||||
616 | help | ||||
617 | Enable PowerPC E500 cores, including e500v1, e500v2, e500mc | ||||
618 | |||||
619 | config E500MC | ||||
620 | bool | ||||
621 | help | ||||
622 | Enble PowerPC E500MC core | ||||
623 | |||||
York Sun | e7a6eaf | 2016-12-02 10:44:34 -0800 | [diff] [blame] | 624 | config FSL_LAW |
625 | bool | ||||
626 | help | ||||
627 | Use Freescale common code for Local Access Window | ||||
York Sun | 0fad326 | 2016-11-21 13:35:41 -0800 | [diff] [blame] | 628 | |
York Sun | afa0fd3 | 2016-12-02 09:33:14 -0800 | [diff] [blame] | 629 | config SECURE_BOOT |
630 | bool "Secure Boot" | ||||
631 | help | ||||
632 | Enable Freescale Secure Boot feature. Normally selected | ||||
633 | by defconfig. If unsure, do not change. | ||||
634 | |||||
York Sun | cbf7bf3 | 2016-11-23 12:30:40 -0800 | [diff] [blame] | 635 | config MAX_CPUS |
636 | int "Maximum number of CPUs permitted for MPC85xx" | ||||
637 | default 12 if ARCH_T4240 | ||||
638 | default 8 if ARCH_P4080 || \ | ||||
639 | ARCH_T4160 | ||||
640 | default 4 if ARCH_B4860 || \ | ||||
641 | ARCH_P2041 || \ | ||||
642 | ARCH_P3041 || \ | ||||
643 | ARCH_P5040 || \ | ||||
644 | ARCH_T1040 || \ | ||||
645 | ARCH_T1042 || \ | ||||
646 | ARCH_T2080 || \ | ||||
647 | ARCH_T2081 | ||||
648 | default 2 if ARCH_B4420 || \ | ||||
649 | ARCH_BSC9132 || \ | ||||
650 | ARCH_MPC8572 || \ | ||||
651 | ARCH_P1020 || \ | ||||
652 | ARCH_P1021 || \ | ||||
653 | ARCH_P1022 || \ | ||||
654 | ARCH_P1023 || \ | ||||
655 | ARCH_P1024 || \ | ||||
656 | ARCH_P1025 || \ | ||||
657 | ARCH_P2020 || \ | ||||
658 | ARCH_P5020 || \ | ||||
659 | ARCH_T1020 || \ | ||||
660 | ARCH_T1022 || \ | ||||
661 | ARCH_T1023 || \ | ||||
662 | ARCH_T1024 | ||||
663 | default 1 | ||||
664 | help | ||||
665 | Set this number to the maximum number of possible CPUs in the SoC. | ||||
666 | SoCs may have multiple clusters with each cluster may have multiple | ||||
667 | ports. If some ports are reserved but higher ports are used for | ||||
668 | cores, count the reserved ports. This will allocate enough memory | ||||
669 | in spin table to properly handle all cores. | ||||
670 | |||||
York Sun | 7ea6f35 | 2016-12-01 13:26:06 -0800 | [diff] [blame] | 671 | config SYS_CCSRBAR_DEFAULT |
672 | hex "Default CCSRBAR address" | ||||
673 | default 0xff700000 if ARCH_BSC9131 || \ | ||||
674 | ARCH_BSC9132 || \ | ||||
675 | ARCH_C29X || \ | ||||
676 | ARCH_MPC8536 || \ | ||||
677 | ARCH_MPC8540 || \ | ||||
678 | ARCH_MPC8541 || \ | ||||
679 | ARCH_MPC8544 || \ | ||||
680 | ARCH_MPC8548 || \ | ||||
681 | ARCH_MPC8555 || \ | ||||
682 | ARCH_MPC8560 || \ | ||||
683 | ARCH_MPC8568 || \ | ||||
684 | ARCH_MPC8569 || \ | ||||
685 | ARCH_MPC8572 || \ | ||||
686 | ARCH_P1010 || \ | ||||
687 | ARCH_P1011 || \ | ||||
688 | ARCH_P1020 || \ | ||||
689 | ARCH_P1021 || \ | ||||
690 | ARCH_P1022 || \ | ||||
691 | ARCH_P1024 || \ | ||||
692 | ARCH_P1025 || \ | ||||
693 | ARCH_P2020 | ||||
694 | default 0xff600000 if ARCH_P1023 | ||||
695 | default 0xfe000000 if ARCH_B4420 || \ | ||||
696 | ARCH_B4860 || \ | ||||
697 | ARCH_P2041 || \ | ||||
698 | ARCH_P3041 || \ | ||||
699 | ARCH_P4080 || \ | ||||
700 | ARCH_P5020 || \ | ||||
701 | ARCH_P5040 || \ | ||||
702 | ARCH_T1013 || \ | ||||
703 | ARCH_T1014 || \ | ||||
704 | ARCH_T1020 || \ | ||||
705 | ARCH_T1022 || \ | ||||
706 | ARCH_T1023 || \ | ||||
707 | ARCH_T1024 || \ | ||||
708 | ARCH_T1040 || \ | ||||
709 | ARCH_T1042 || \ | ||||
710 | ARCH_T2080 || \ | ||||
711 | ARCH_T2081 || \ | ||||
712 | ARCH_T4160 || \ | ||||
713 | ARCH_T4240 | ||||
714 | default 0xe0000000 if ARCH_QEMU_E500 | ||||
715 | help | ||||
716 | Default value of CCSRBAR comes from power-on-reset. It | ||||
717 | is fixed on each SoC. Some SoCs can have different value | ||||
718 | if changed by pre-boot regime. The value here must match | ||||
719 | the current value in SoC. If not sure, do not change. | ||||
720 | |||||
York Sun | 091e5e5 | 2016-12-01 14:05:02 -0800 | [diff] [blame] | 721 | config SYS_FSL_NUM_LAWS |
722 | int "Number of local access windows" | ||||
723 | depends on FSL_LAW | ||||
724 | default 32 if ARCH_B4420 || \ | ||||
725 | ARCH_B4860 || \ | ||||
726 | ARCH_P2041 || \ | ||||
727 | ARCH_P3041 || \ | ||||
728 | ARCH_P4080 || \ | ||||
729 | ARCH_P5020 || \ | ||||
730 | ARCH_P5040 || \ | ||||
731 | ARCH_T2080 || \ | ||||
732 | ARCH_T2081 || \ | ||||
733 | ARCH_T4160 || \ | ||||
734 | ARCH_T4240 | ||||
735 | default 16 if ARCH_T1013 || \ | ||||
736 | ARCH_T1014 || \ | ||||
737 | ARCH_T1020 || \ | ||||
738 | ARCH_T1022 || \ | ||||
739 | ARCH_T1023 || \ | ||||
740 | ARCH_T1024 || \ | ||||
741 | ARCH_T1040 || \ | ||||
742 | ARCH_T1042 | ||||
743 | default 12 if ARCH_BSC9131 || \ | ||||
744 | ARCH_BSC9132 || \ | ||||
745 | ARCH_C29X || \ | ||||
746 | ARCH_MPC8536 || \ | ||||
747 | ARCH_MPC8572 || \ | ||||
748 | ARCH_P1010 || \ | ||||
749 | ARCH_P1011 || \ | ||||
750 | ARCH_P1020 || \ | ||||
751 | ARCH_P1021 || \ | ||||
752 | ARCH_P1022 || \ | ||||
753 | ARCH_P1023 || \ | ||||
754 | ARCH_P1024 || \ | ||||
755 | ARCH_P1025 || \ | ||||
756 | ARCH_P2020 | ||||
757 | default 10 if ARCH_MPC8544 || \ | ||||
758 | ARCH_MPC8548 || \ | ||||
759 | ARCH_MPC8568 || \ | ||||
760 | ARCH_MPC8569 | ||||
761 | default 8 if ARCH_MPC8540 || \ | ||||
762 | ARCH_MPC8541 || \ | ||||
763 | ARCH_MPC8555 || \ | ||||
764 | ARCH_MPC8560 | ||||
765 | help | ||||
766 | Number of local access windows. This is fixed per SoC. | ||||
767 | If not sure, do not change. | ||||
768 | |||||
York Sun | 14e098d | 2016-12-28 08:43:28 -0800 | [diff] [blame] | 769 | config SYS_NUM_TLBCAMS |
770 | int "Number of TLB CAM entries" | ||||
771 | default 64 if E500MC | ||||
772 | default 16 | ||||
773 | help | ||||
774 | Number of TLB CAM entries for Book-E chips. 64 for E500MC, | ||||
775 | 16 for other E500 SoCs. | ||||
776 | |||||
York Sun | 85ab6f0 | 2016-12-28 08:43:29 -0800 | [diff] [blame] | 777 | config SYS_PPC_E500_USE_DEBUG_TLB |
778 | bool | ||||
779 | |||||
780 | config SYS_PPC_E500_DEBUG_TLB | ||||
781 | int "Temporary TLB entry for external debugger" | ||||
782 | depends on SYS_PPC_E500_USE_DEBUG_TLB | ||||
783 | default 0 if ARCH_MPC8544 || ARCH_MPC8548 | ||||
784 | default 1 if ARCH_MPC8536 | ||||
785 | default 2 if ARCH_MPC8572 || \ | ||||
786 | ARCH_P1011 || \ | ||||
787 | ARCH_P1020 || \ | ||||
788 | ARCH_P1021 || \ | ||||
789 | ARCH_P1022 || \ | ||||
790 | ARCH_P1024 || \ | ||||
791 | ARCH_P1025 || \ | ||||
792 | ARCH_P2020 | ||||
793 | default 3 if ARCH_P1010 || \ | ||||
794 | ARCH_BSC9132 || \ | ||||
795 | ARCH_C29X | ||||
796 | help | ||||
797 | Select a temporary TLB entry to be used during boot to work | ||||
798 | around limitations in e500v1 and e500v2 external debugger | ||||
799 | support. This reduces the portions of the boot code where | ||||
800 | breakpoints and single stepping do not work. The value of this | ||||
801 | symbol should be set to the TLB1 entry to be used for this | ||||
802 | purpose. If unsure, do not change. | ||||
803 | |||||
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 804 | source "board/freescale/b4860qds/Kconfig" |
805 | source "board/freescale/bsc9131rdb/Kconfig" | ||||
806 | source "board/freescale/bsc9132qds/Kconfig" | ||||
807 | source "board/freescale/c29xpcie/Kconfig" | ||||
808 | source "board/freescale/corenet_ds/Kconfig" | ||||
809 | source "board/freescale/mpc8536ds/Kconfig" | ||||
810 | source "board/freescale/mpc8540ads/Kconfig" | ||||
811 | source "board/freescale/mpc8541cds/Kconfig" | ||||
812 | source "board/freescale/mpc8544ds/Kconfig" | ||||
813 | source "board/freescale/mpc8548cds/Kconfig" | ||||
814 | source "board/freescale/mpc8555cds/Kconfig" | ||||
815 | source "board/freescale/mpc8560ads/Kconfig" | ||||
816 | source "board/freescale/mpc8568mds/Kconfig" | ||||
817 | source "board/freescale/mpc8569mds/Kconfig" | ||||
818 | source "board/freescale/mpc8572ds/Kconfig" | ||||
819 | source "board/freescale/p1010rdb/Kconfig" | ||||
820 | source "board/freescale/p1022ds/Kconfig" | ||||
821 | source "board/freescale/p1023rdb/Kconfig" | ||||
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 822 | source "board/freescale/p1_p2_rdb_pc/Kconfig" |
823 | source "board/freescale/p1_twr/Kconfig" | ||||
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 824 | source "board/freescale/p2041rdb/Kconfig" |
825 | source "board/freescale/qemu-ppce500/Kconfig" | ||||
Shengzhou Liu | 9eca55f | 2014-11-24 17:11:55 +0800 | [diff] [blame] | 826 | source "board/freescale/t102xqds/Kconfig" |
Shengzhou Liu | 4991240 | 2014-11-24 17:11:56 +0800 | [diff] [blame] | 827 | source "board/freescale/t102xrdb/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 828 | source "board/freescale/t1040qds/Kconfig" |
829 | source "board/freescale/t104xrdb/Kconfig" | ||||
830 | source "board/freescale/t208xqds/Kconfig" | ||||
831 | source "board/freescale/t208xrdb/Kconfig" | ||||
832 | source "board/freescale/t4qds/Kconfig" | ||||
833 | source "board/freescale/t4rdb/Kconfig" | ||||
834 | source "board/gdsys/p1022/Kconfig" | ||||
835 | source "board/keymile/kmp204x/Kconfig" | ||||
836 | source "board/sbc8548/Kconfig" | ||||
837 | source "board/socrates/Kconfig" | ||||
Andy Fleming | 3c98e7b | 2015-11-04 15:48:32 -0600 | [diff] [blame] | 838 | source "board/varisys/cyrus/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 839 | source "board/xes/xpedite520x/Kconfig" |
840 | source "board/xes/xpedite537x/Kconfig" | ||||
841 | source "board/xes/xpedite550x/Kconfig" | ||||
Oleksandr G Zhadan | 19ac688 | 2015-04-29 16:57:39 -0400 | [diff] [blame] | 842 | source "board/Arcturus/ucp1020/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 843 | |
844 | endmenu |