summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/Kconfig
blob: 1d4f702c4a7d4bbcc63b04e604897032137419cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
menu "mpc85xx CPU"
	depends on MPC85xx

config SYS_CPU
	default "mpc85xx"

choice
	prompt "Target select"
	optional

config TARGET_SBC8548
	bool "Support sbc8548"
	select ARCH_MPC8548

config TARGET_SOCRATES
	bool "Support socrates"
	select ARCH_MPC8544

config TARGET_B4420QDS
	bool "Support B4420QDS"
	select ARCH_B4420
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_B4860QDS
	bool "Support B4860QDS"
	select ARCH_B4860
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_BSC9131RDB
	bool "Support BSC9131RDB"
	select ARCH_BSC9131
	select SUPPORT_SPL

config TARGET_BSC9132QDS
	bool "Support BSC9132QDS"
	select ARCH_BSC9132
	select SUPPORT_SPL

config TARGET_C29XPCIE
	bool "Support C29XPCIE"
	select ARCH_C29X
	select SUPPORT_SPL
	select SUPPORT_TPL
	select PHYS_64BIT

config TARGET_P3041DS
	bool "Support P3041DS"
	select PHYS_64BIT
	select ARCH_P3041

config TARGET_P4080DS
	bool "Support P4080DS"
	select PHYS_64BIT
	select ARCH_P4080

config TARGET_P5020DS
	bool "Support P5020DS"
	select PHYS_64BIT
	select ARCH_P5020

config TARGET_P5040DS
	bool "Support P5040DS"
	select PHYS_64BIT
	select ARCH_P5040

config TARGET_MPC8536DS
	bool "Support MPC8536DS"
	select ARCH_MPC8536

config TARGET_MPC8540ADS
	bool "Support MPC8540ADS"
	select ARCH_MPC8540

config TARGET_MPC8541CDS
	bool "Support MPC8541CDS"
	select ARCH_MPC8541

config TARGET_MPC8544DS
	bool "Support MPC8544DS"
	select ARCH_MPC8544

config TARGET_MPC8548CDS
	bool "Support MPC8548CDS"
	select ARCH_MPC8548

config TARGET_MPC8555CDS
	bool "Support MPC8555CDS"
	select ARCH_MPC8555

config TARGET_MPC8560ADS
	bool "Support MPC8560ADS"
	select ARCH_MPC8560

config TARGET_MPC8568MDS
	bool "Support MPC8568MDS"
	select ARCH_MPC8568

config TARGET_MPC8569MDS
	bool "Support MPC8569MDS"
	select ARCH_MPC8569

config TARGET_MPC8572DS
	bool "Support MPC8572DS"
	select ARCH_MPC8572

config TARGET_P1010RDB_PA
	bool "Support P1010RDB_PA"
	select ARCH_P1010
	select SUPPORT_SPL
	select SUPPORT_TPL

config TARGET_P1010RDB_PB
	bool "Support P1010RDB_PB"
	select ARCH_P1010
	select SUPPORT_SPL
	select SUPPORT_TPL

config TARGET_P1022DS
	bool "Support P1022DS"
	select ARCH_P1022
	select SUPPORT_SPL
	select SUPPORT_TPL

config TARGET_P1023RDB
	bool "Support P1023RDB"
	select ARCH_P1023

config TARGET_P1020MBG
	bool "Support P1020MBG-PC"
	select SUPPORT_SPL
	select SUPPORT_TPL
	select ARCH_P1020

config TARGET_P1020RDB_PC
	bool "Support P1020RDB-PC"
	select SUPPORT_SPL
	select SUPPORT_TPL
	select ARCH_P1020

config TARGET_P1020RDB_PD
	bool "Support P1020RDB-PD"
	select SUPPORT_SPL
	select SUPPORT_TPL
	select ARCH_P1020

config TARGET_P1020UTM
	bool "Support P1020UTM"
	select SUPPORT_SPL
	select SUPPORT_TPL
	select ARCH_P1020

config TARGET_P1021RDB
	bool "Support P1021RDB"
	select SUPPORT_SPL
	select SUPPORT_TPL
	select ARCH_P1021

config TARGET_P1024RDB
	bool "Support P1024RDB"
	select SUPPORT_SPL
	select SUPPORT_TPL
	select ARCH_P1024

config TARGET_P1025RDB
	bool "Support P1025RDB"
	select SUPPORT_SPL
	select SUPPORT_TPL
	select ARCH_P1025

config TARGET_P2020RDB
	bool "Support P2020RDB-PC"
	select SUPPORT_SPL
	select SUPPORT_TPL
	select ARCH_P2020

config TARGET_P1_TWR
	bool "Support p1_twr"
	select ARCH_P1025

config TARGET_P2041RDB
	bool "Support P2041RDB"
	select ARCH_P2041
	select PHYS_64BIT

config TARGET_QEMU_PPCE500
	bool "Support qemu-ppce500"
	select ARCH_QEMU_E500
	select PHYS_64BIT

config TARGET_T1024QDS
	bool "Support T1024QDS"
	select ARCH_T1024
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T1023RDB
	bool "Support T1023RDB"
	select ARCH_T1023
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T1024RDB
	bool "Support T1024RDB"
	select ARCH_T1024
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T1040QDS
	bool "Support T1040QDS"
	select ARCH_T1040
	select PHYS_64BIT

config TARGET_T1040RDB
	bool "Support T1040RDB"
	select ARCH_T1040
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T1040D4RDB
	bool "Support T1040D4RDB"
	select ARCH_T1040
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T1042RDB
	bool "Support T1042RDB"
	select ARCH_T1042
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T1042D4RDB
	bool "Support T1042D4RDB"
	select ARCH_T1042
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T1042RDB_PI
	bool "Support T1042RDB_PI"
	select ARCH_T1042
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T2080QDS
	bool "Support T2080QDS"
	select ARCH_T2080
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T2080RDB
	bool "Support T2080RDB"
	select ARCH_T2080
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T2081QDS
	bool "Support T2081QDS"
	select ARCH_T2081
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T4160QDS
	bool "Support T4160QDS"
	select ARCH_T4160
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T4160RDB
	bool "Support T4160RDB"
	select ARCH_T4160
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T4240QDS
	bool "Support T4240QDS"
	select ARCH_T4240
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_T4240RDB
	bool "Support T4240RDB"
	select ARCH_T4240
	select SUPPORT_SPL
	select PHYS_64BIT

config TARGET_CONTROLCENTERD
	bool "Support controlcenterd"
	select ARCH_P1022

config TARGET_KMP204X
	bool "Support kmp204x"
	select ARCH_P2041
	select PHYS_64BIT

config TARGET_XPEDITE520X
	bool "Support xpedite520x"
	select ARCH_MPC8548

config TARGET_XPEDITE537X
	bool "Support xpedite537x"
	select ARCH_MPC8572

config TARGET_XPEDITE550X
	bool "Support xpedite550x"
	select ARCH_P2020

config TARGET_UCP1020
	bool "Support uCP1020"
	select ARCH_P1020

config TARGET_CYRUS_P5020
	bool "Support Varisys Cyrus P5020"
	select ARCH_P5020
	select PHYS_64BIT

config TARGET_CYRUS_P5040
	 bool "Support Varisys Cyrus P5040"
	select ARCH_P5040
	select PHYS_64BIT

endchoice

config ARCH_B4420
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config ARCH_B4860
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config ARCH_BSC9131
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config ARCH_BSC9132
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_C29X
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_6
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_MPC8536
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_MPC8540
	bool
	select FSL_LAW

config ARCH_MPC8541
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2

config ARCH_MPC8544
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_MPC8548
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_MPC8555
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2

config ARCH_MPC8560
	bool
	select FSL_LAW

config ARCH_MPC8568
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2

config ARCH_MPC8569
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2

config ARCH_MPC8572
	bool
	select FSL_LAW
	select SYS_PPC_E500_USE_DEBUG_TLB
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2

config ARCH_P1010
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_P1011
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_P1020
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_P1021
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_P1022
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_P1023
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config ARCH_P1024
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_P1025
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_P2020
	bool
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_2
	select SYS_PPC_E500_USE_DEBUG_TLB

config ARCH_P2041
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config ARCH_P3041
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config ARCH_P4080
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config ARCH_P5020
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config ARCH_P5040
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config ARCH_QEMU_E500
	bool

config ARCH_T1023
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_5

config ARCH_T1024
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_5

config ARCH_T1040
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_5

config ARCH_T1042
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_5

config ARCH_T2080
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config ARCH_T2081
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config ARCH_T4160
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config ARCH_T4240
	bool
	select E500MC
	select FSL_LAW
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_4

config BOOKE
	bool
	default y

config E500
	bool
	default y
	help
		Enable PowerPC E500 cores, including e500v1, e500v2, e500mc

config E500MC
	bool
	help
		Enble PowerPC E500MC core

config FSL_LAW
	bool
	help
		Use Freescale common code for Local Access Window

config SECURE_BOOT
	bool	"Secure Boot"
	help
		Enable Freescale Secure Boot feature. Normally selected
		by defconfig. If unsure, do not change.

config MAX_CPUS
	int "Maximum number of CPUs permitted for MPC85xx"
	default 12 if ARCH_T4240
	default 8 if ARCH_P4080 || \
		     ARCH_T4160
	default 4 if ARCH_B4860 || \
		     ARCH_P2041 || \
		     ARCH_P3041 || \
		     ARCH_P5040 || \
		     ARCH_T1040 || \
		     ARCH_T1042 || \
		     ARCH_T2080 || \
		     ARCH_T2081
	default 2 if ARCH_B4420 || \
		     ARCH_BSC9132 || \
		     ARCH_MPC8572 || \
		     ARCH_P1020 || \
		     ARCH_P1021 || \
		     ARCH_P1022 || \
		     ARCH_P1023 || \
		     ARCH_P1024 || \
		     ARCH_P1025 || \
		     ARCH_P2020 || \
		     ARCH_P5020 || \
		     ARCH_T1020 || \
		     ARCH_T1022 || \
		     ARCH_T1023 || \
		     ARCH_T1024
	default 1
	help
	  Set this number to the maximum number of possible CPUs in the SoC.
	  SoCs may have multiple clusters with each cluster may have multiple
	  ports. If some ports are reserved but higher ports are used for
	  cores, count the reserved ports. This will allocate enough memory
	  in spin table to properly handle all cores.

config SYS_CCSRBAR_DEFAULT
	hex "Default CCSRBAR address"
	default	0xff700000 if	ARCH_BSC9131	|| \
				ARCH_BSC9132	|| \
				ARCH_C29X	|| \
				ARCH_MPC8536	|| \
				ARCH_MPC8540	|| \
				ARCH_MPC8541	|| \
				ARCH_MPC8544	|| \
				ARCH_MPC8548	|| \
				ARCH_MPC8555	|| \
				ARCH_MPC8560	|| \
				ARCH_MPC8568	|| \
				ARCH_MPC8569	|| \
				ARCH_MPC8572	|| \
				ARCH_P1010	|| \
				ARCH_P1011	|| \
				ARCH_P1020	|| \
				ARCH_P1021	|| \
				ARCH_P1022	|| \
				ARCH_P1024	|| \
				ARCH_P1025	|| \
				ARCH_P2020
	default 0xff600000 if	ARCH_P1023
	default 0xfe000000 if	ARCH_B4420	|| \
				ARCH_B4860	|| \
				ARCH_P2041	|| \
				ARCH_P3041	|| \
				ARCH_P4080	|| \
				ARCH_P5020	|| \
				ARCH_P5040	|| \
				ARCH_T1013	|| \
				ARCH_T1014	|| \
				ARCH_T1020	|| \
				ARCH_T1022	|| \
				ARCH_T1023	|| \
				ARCH_T1024	|| \
				ARCH_T1040	|| \
				ARCH_T1042	|| \
				ARCH_T2080	|| \
				ARCH_T2081	|| \
				ARCH_T4160	|| \
				ARCH_T4240
	default 0xe0000000 if ARCH_QEMU_E500
	help
		Default value of CCSRBAR comes from power-on-reset. It
		is fixed on each SoC. Some SoCs can have different value
		if changed by pre-boot regime. The value here must match
		the current value in SoC. If not sure, do not change.

config SYS_FSL_NUM_LAWS
	int "Number of local access windows"
	depends on FSL_LAW
	default 32 if	ARCH_B4420	|| \
			ARCH_B4860	|| \
			ARCH_P2041	|| \
			ARCH_P3041	|| \
			ARCH_P4080	|| \
			ARCH_P5020	|| \
			ARCH_P5040	|| \
			ARCH_T2080	|| \
			ARCH_T2081	|| \
			ARCH_T4160	|| \
			ARCH_T4240
	default 16 if	ARCH_T1013	|| \
			ARCH_T1014	|| \
			ARCH_T1020	|| \
			ARCH_T1022	|| \
			ARCH_T1023	|| \
			ARCH_T1024	|| \
			ARCH_T1040	|| \
			ARCH_T1042
	default 12 if	ARCH_BSC9131	|| \
			ARCH_BSC9132	|| \
			ARCH_C29X	|| \
			ARCH_MPC8536	|| \
			ARCH_MPC8572	|| \
			ARCH_P1010	|| \
			ARCH_P1011	|| \
			ARCH_P1020	|| \
			ARCH_P1021	|| \
			ARCH_P1022	|| \
			ARCH_P1023	|| \
			ARCH_P1024	|| \
			ARCH_P1025	|| \
			ARCH_P2020
	default 10 if	ARCH_MPC8544	|| \
			ARCH_MPC8548	|| \
			ARCH_MPC8568	|| \
			ARCH_MPC8569
	default 8 if	ARCH_MPC8540	|| \
			ARCH_MPC8541	|| \
			ARCH_MPC8555	|| \
			ARCH_MPC8560
	help
		Number of local access windows. This is fixed per SoC.
		If not sure, do not change.

config SYS_NUM_TLBCAMS
	int "Number of TLB CAM entries"
	default 64 if E500MC
	default 16
	help
		Number of TLB CAM entries for Book-E chips. 64 for E500MC,
		16 for other E500 SoCs.

config SYS_PPC_E500_USE_DEBUG_TLB
	bool

config SYS_PPC_E500_DEBUG_TLB
	int "Temporary TLB entry for external debugger"
	depends on SYS_PPC_E500_USE_DEBUG_TLB
	default 0 if	ARCH_MPC8544 || ARCH_MPC8548
	default 1 if	ARCH_MPC8536
	default 2 if	ARCH_MPC8572	|| \
			ARCH_P1011	|| \
			ARCH_P1020	|| \
			ARCH_P1021	|| \
			ARCH_P1022	|| \
			ARCH_P1024	|| \
			ARCH_P1025	|| \
			ARCH_P2020
	default 3 if	ARCH_P1010	|| \
			ARCH_BSC9132	|| \
			ARCH_C29X
	help
		Select a temporary TLB entry to be used during boot to work
                around limitations in e500v1 and e500v2 external debugger
                support. This reduces the portions of the boot code where
                breakpoints and single stepping do not work. The value of this
                symbol should be set to the TLB1 entry to be used for this
                purpose. If unsure, do not change.

source "board/freescale/b4860qds/Kconfig"
source "board/freescale/bsc9131rdb/Kconfig"
source "board/freescale/bsc9132qds/Kconfig"
source "board/freescale/c29xpcie/Kconfig"
source "board/freescale/corenet_ds/Kconfig"
source "board/freescale/mpc8536ds/Kconfig"
source "board/freescale/mpc8540ads/Kconfig"
source "board/freescale/mpc8541cds/Kconfig"
source "board/freescale/mpc8544ds/Kconfig"
source "board/freescale/mpc8548cds/Kconfig"
source "board/freescale/mpc8555cds/Kconfig"
source "board/freescale/mpc8560ads/Kconfig"
source "board/freescale/mpc8568mds/Kconfig"
source "board/freescale/mpc8569mds/Kconfig"
source "board/freescale/mpc8572ds/Kconfig"
source "board/freescale/p1010rdb/Kconfig"
source "board/freescale/p1022ds/Kconfig"
source "board/freescale/p1023rdb/Kconfig"
source "board/freescale/p1_p2_rdb_pc/Kconfig"
source "board/freescale/p1_twr/Kconfig"
source "board/freescale/p2041rdb/Kconfig"
source "board/freescale/qemu-ppce500/Kconfig"
source "board/freescale/t102xqds/Kconfig"
source "board/freescale/t102xrdb/Kconfig"
source "board/freescale/t1040qds/Kconfig"
source "board/freescale/t104xrdb/Kconfig"
source "board/freescale/t208xqds/Kconfig"
source "board/freescale/t208xrdb/Kconfig"
source "board/freescale/t4qds/Kconfig"
source "board/freescale/t4rdb/Kconfig"
source "board/gdsys/p1022/Kconfig"
source "board/keymile/kmp204x/Kconfig"
source "board/sbc8548/Kconfig"
source "board/socrates/Kconfig"
source "board/varisys/cyrus/Kconfig"
source "board/xes/xpedite520x/Kconfig"
source "board/xes/xpedite537x/Kconfig"
source "board/xes/xpedite550x/Kconfig"
source "board/Arcturus/ucp1020/Kconfig"

endmenu