Merge tag 'v3.13' into stable-3.14
[deliverable/linux.git] / arch / blackfin / mach-bf609 / Kconfig
1 config BF60x
2 def_bool y
3 depends on (BF609)
4 select IRQ_PREFLOW_FASTEOI
5
6 if (BF60x)
7
8 source "arch/blackfin/mach-bf609/boards/Kconfig"
9
10 menu "BF609 Specific Configuration"
11
12 config SEC_IRQ_PRIORITY_LEVELS
13 int "SEC interrupt priority levels"
14 default 7
15 range 0 7
16 help
17 Divide the total number of interrupt priority levels into sub-levels.
18 There is 2 ^ (SEC_IRQ_PRIORITY_LEVELS + 1) different levels.
19
20
21 comment "System Cross Bar Priority Assignment"
22
23 config SCB_PRIORITY
24 bool "Init System Cross Bar Priority"
25 default n
26
27 menuconfig SCB0_MI0
28 bool "SCB0 Master Interface 0 (DDR)"
29 default n
30 depends on SCB_PRIORITY
31 help
32 The slave interface id of each slot should be set according following table.
33 Core 0 -- 0
34 Core 1 -- 2
35 SCB1 -- 9
36 SCB2 -- 10
37 SCB3 -- 11
38 SCB4 -- 12
39 SCB5 -- 5
40 SCB6 -- 6
41 SCB7 -- 8
42 SCB8 -- 7
43 SCB9 -- 4
44 USB -- 13
45
46 if SCB0_MI0
47
48 config SCB0_MI0_SLOT0
49 int "Slot 0 slave interface id"
50 default 0
51 range 0 13
52
53 config SCB0_MI0_SLOT1
54 int "Slot 1 slave interface id"
55 default 2
56 range 0 13
57
58 config SCB0_MI0_SLOT2
59 int "Slot 2 slave interface id"
60 default 4
61 range 0 13
62
63 config SCB0_MI0_SLOT3
64 int "Slot 3 slave interface id"
65 default 5
66 range 0 13
67
68 config SCB0_MI0_SLOT4
69 int "Slot 4 slave interface id"
70 default 6
71 range 0 13
72
73 config SCB0_MI0_SLOT5
74 int "Slot 5 slave interface id"
75 default 7
76 range 0 13
77
78 config SCB0_MI0_SLOT6
79 int "Slot 6 slave interface id"
80 default 8
81 range 0 13
82
83 config SCB0_MI0_SLOT7
84 int "Slot 7 slave interface id"
85 default 9
86 range 0 13
87
88 config SCB0_MI0_SLOT8
89 int "Slot 8 slave interface id"
90 default 10
91 range 0 13
92
93 config SCB0_MI0_SLOT9
94 int "Slot 9 slave interface id"
95 default 11
96 range 0 13
97
98 config SCB0_MI0_SLOT10
99 int "Slot 10 slave interface id"
100 default 13
101 range 0 13
102
103 config SCB0_MI0_SLOT11
104 int "Slot 11 slave interface id"
105 default 12
106 range 0 13
107
108 config SCB0_MI0_SLOT12
109 int "Slot 12 slave interface id"
110 default 0
111 range 0 13
112
113 config SCB0_MI0_SLOT13
114 int "Slot 13 slave interface id"
115 default 2
116 range 0 13
117
118 config SCB0_MI0_SLOT14
119 int "Slot 14 slave interface id"
120 default 4
121 range 0 13
122
123 config SCB0_MI0_SLOT15
124 int "Slot 15 slave interface id"
125 default 5
126 range 0 13
127
128 config SCB0_MI0_SLOT16
129 int "Slot 16 slave interface id"
130 default 6
131 range 0 13
132
133 config SCB0_MI0_SLOT17
134 int "Slot 17 slave interface id"
135 default 7
136 range 0 13
137
138 config SCB0_MI0_SLOT18
139 int "Slot 18 slave interface id"
140 default 8
141 range 0 13
142
143 config SCB0_MI0_SLOT19
144 int "Slot 19 slave interface id"
145 default 9
146 range 0 13
147
148 config SCB0_MI0_SLOT20
149 int "Slot 20 slave interface id"
150 default 10
151 range 0 13
152
153 config SCB0_MI0_SLOT21
154 int "Slot 21 slave interface id"
155 default 11
156 range 0 13
157
158 config SCB0_MI0_SLOT22
159 int "Slot 22 slave interface id"
160 default 13
161 range 0 13
162
163 config SCB0_MI0_SLOT23
164 int "Slot 23 slave interface id"
165 default 12
166 range 0 13
167
168 config SCB0_MI0_SLOT24
169 int "Slot 24 slave interface id"
170 default 0
171 range 0 13
172
173 config SCB0_MI0_SLOT25
174 int "Slot 25 slave interface id"
175 default 2
176 range 0 13
177
178 config SCB0_MI0_SLOT26
179 int "Slot 26 slave interface id"
180 default 4
181 range 0 13
182
183 config SCB0_MI0_SLOT27
184 int "Slot 27 slave interface id"
185 default 5
186 range 0 13
187
188 config SCB0_MI0_SLOT28
189 int "Slot 28 slave interface id"
190 default 6
191 range 0 13
192
193 config SCB0_MI0_SLOT29
194 int "Slot 29 slave interface id"
195 default 7
196 range 0 13
197
198 config SCB0_MI0_SLOT30
199 int "Slot 30 slave interface id"
200 default 8
201 range 0 13
202
203 config SCB0_MI0_SLOT31
204 int "Slot 31 slave interface id"
205 default 13
206 range 0 13
207
208 endif # SCB0_MI0
209
210 menuconfig SCB0_MI1
211 bool "SCB0 Master Interface 1 (SMC)"
212 default n
213 depends on SCB_PRIORITY
214 help
215 The slave interface id of each slot should be set according following table.
216 Core 0 -- 0
217 Core 1 -- 2
218 SCB1 -- 9
219 SCB2 -- 10
220 SCB3 -- 11
221 SCB4 -- 12
222 SCB5 -- 5
223 SCB6 -- 6
224 SCB7 -- 8
225 SCB8 -- 7
226 SCB9 -- 4
227 USB -- 13
228
229 if SCB0_MI1
230
231 config SCB0_MI1_SLOT0
232 int "Slot 0 slave interface id"
233 default 0
234 range 0 13
235
236 config SCB0_MI1_SLOT1
237 int "Slot 1 slave interface id"
238 default 2
239 range 0 13
240
241 config SCB0_MI1_SLOT2
242 int "Slot 2 slave interface id"
243 default 4
244 range 0 13
245
246 config SCB0_MI1_SLOT3
247 int "Slot 3 slave interface id"
248 default 5
249 range 0 13
250
251 config SCB0_MI1_SLOT4
252 int "Slot 4 slave interface id"
253 default 6
254 range 0 13
255
256 config SCB0_MI1_SLOT5
257 int "Slot 5 slave interface id"
258 default 7
259 range 0 13
260
261 config SCB0_MI1_SLOT6
262 int "Slot 6 slave interface id"
263 default 8
264 range 0 13
265
266 config SCB0_MI1_SLOT7
267 int "Slot 7 slave interface id"
268 default 9
269 range 0 13
270
271 config SCB0_MI1_SLOT8
272 int "Slot 8 slave interface id"
273 default 10
274 range 0 13
275
276 config SCB0_MI1_SLOT9
277 int "Slot 9 slave interface id"
278 default 11
279 range 0 13
280
281 config SCB0_MI1_SLOT10
282 int "Slot 10 slave interface id"
283 default 13
284 range 0 13
285
286 config SCB0_MI1_SLOT11
287 int "Slot 11 slave interface id"
288 default 12
289 range 0 13
290
291 config SCB0_MI1_SLOT12
292 int "Slot 12 slave interface id"
293 default 0
294 range 0 13
295
296 config SCB0_MI1_SLOT13
297 int "Slot 13 slave interface id"
298 default 2
299 range 0 13
300
301 config SCB0_MI1_SLOT14
302 int "Slot 14 slave interface id"
303 default 4
304 range 0 13
305
306 config SCB0_MI1_SLOT15
307 int "Slot 15 slave interface id"
308 default 5
309 range 0 13
310
311 config SCB0_MI1_SLOT16
312 int "Slot 16 slave interface id"
313 default 6
314 range 0 13
315
316 config SCB0_MI1_SLOT17
317 int "Slot 17 slave interface id"
318 default 7
319 range 0 13
320
321 config SCB0_MI1_SLOT18
322 int "Slot 18 slave interface id"
323 default 8
324 range 0 13
325
326 config SCB0_MI1_SLOT19
327 int "Slot 19 slave interface id"
328 default 9
329 range 0 13
330
331 config SCB0_MI1_SLOT20
332 int "Slot 20 slave interface id"
333 default 10
334 range 0 13
335
336 config SCB0_MI1_SLOT21
337 int "Slot 21 slave interface id"
338 default 11
339 range 0 13
340
341 config SCB0_MI1_SLOT22
342 int "Slot 22 slave interface id"
343 default 13
344 range 0 13
345
346 config SCB0_MI1_SLOT23
347 int "Slot 23 slave interface id"
348 default 12
349 range 0 13
350
351 config SCB0_MI1_SLOT24
352 int "Slot 24 slave interface id"
353 default 0
354 range 0 13
355
356 config SCB0_MI1_SLOT25
357 int "Slot 25 slave interface id"
358 default 2
359 range 0 13
360
361 config SCB0_MI1_SLOT26
362 int "Slot 26 slave interface id"
363 default 4
364 range 0 13
365
366 config SCB0_MI1_SLOT27
367 int "Slot 27 slave interface id"
368 default 5
369 range 0 13
370
371 config SCB0_MI1_SLOT28
372 int "Slot 28 slave interface id"
373 default 6
374 range 0 13
375
376 config SCB0_MI1_SLOT29
377 int "Slot 29 slave interface id"
378 default 7
379 range 0 13
380
381 config SCB0_MI1_SLOT30
382 int "Slot 30 slave interface id"
383 default 8
384 range 0 13
385
386 config SCB0_MI1_SLOT31
387 int "Slot 31 slave interface id"
388 default 13
389 range 0 13
390
391 endif # SCB0_MI1
392
393 menuconfig SCB0_MI2
394 bool "SCB0 Master Interface 2 (Data L2)"
395 default n
396 depends on SCB_PRIORITY
397 help
398 The slave interface id of each slot should be set according following table.
399 Core 0 -- 0
400 Core 1 -- 2
401 SCB1 -- 9
402 SCB2 -- 10
403 SCB3 -- 11
404 SCB4 -- 12
405 SCB5 -- 5
406 SCB6 -- 6
407 SCB7 -- 8
408 SCB8 -- 7
409 SCB9 -- 4
410 USB -- 13
411
412 if SCB0_MI2
413
414 config SCB0_MI2_SLOT0
415 int "Slot 0 slave interface id"
416 default 4
417 range 0 13
418
419 config SCB0_MI2_SLOT1
420 int "Slot 1 slave interface id"
421 default 5
422 range 0 13
423
424 config SCB0_MI2_SLOT2
425 int "Slot 2 slave interface id"
426 default 6
427 range 0 13
428
429 config SCB0_MI2_SLOT3
430 int "Slot 3 slave interface id"
431 default 7
432 range 0 13
433
434 config SCB0_MI2_SLOT4
435 int "Slot 4 slave interface id"
436 default 8
437 range 0 13
438
439 config SCB0_MI2_SLOT5
440 int "Slot 5 slave interface id"
441 default 9
442 range 0 13
443
444 config SCB0_MI2_SLOT6
445 int "Slot 6 slave interface id"
446 default 10
447 range 0 13
448
449 config SCB0_MI2_SLOT7
450 int "Slot 7 slave interface id"
451 default 11
452 range 0 13
453
454 config SCB0_MI2_SLOT8
455 int "Slot 8 slave interface id"
456 default 13
457 range 0 13
458
459 config SCB0_MI2_SLOT9
460 int "Slot 9 slave interface id"
461 default 12
462 range 0 13
463
464 config SCB0_MI2_SLOT10
465 int "Slot 10 slave interface id"
466 default 4
467 range 0 13
468
469 config SCB0_MI2_SLOT11
470 int "Slot 11 slave interface id"
471 default 5
472 range 0 13
473
474 config SCB0_MI2_SLOT12
475 int "Slot 12 slave interface id"
476 default 6
477 range 0 13
478
479 config SCB0_MI2_SLOT13
480 int "Slot 13 slave interface id"
481 default 7
482 range 0 13
483
484 config SCB0_MI2_SLOT14
485 int "Slot 14 slave interface id"
486 default 8
487 range 0 13
488
489 config SCB0_MI2_SLOT15
490 int "Slot 15 slave interface id"
491 default 9
492 range 0 13
493
494 config SCB0_MI2_SLOT16
495 int "Slot 16 slave interface id"
496 default 10
497 range 0 13
498
499 config SCB0_MI2_SLOT17
500 int "Slot 17 slave interface id"
501 default 11
502 range 0 13
503
504 config SCB0_MI2_SLOT18
505 int "Slot 18 slave interface id"
506 default 13
507 range 0 13
508
509 config SCB0_MI2_SLOT19
510 int "Slot 19 slave interface id"
511 default 12
512 range 0 13
513
514 config SCB0_MI2_SLOT20
515 int "Slot 20 slave interface id"
516 default 4
517 range 0 13
518
519 config SCB0_MI2_SLOT21
520 int "Slot 21 slave interface id"
521 default 5
522 range 0 13
523
524 config SCB0_MI2_SLOT22
525 int "Slot 22 slave interface id"
526 default 6
527 range 0 13
528
529 config SCB0_MI2_SLOT23
530 int "Slot 23 slave interface id"
531 default 7
532 range 0 13
533
534 config SCB0_MI2_SLOT24
535 int "Slot 24 slave interface id"
536 default 8
537 range 0 13
538
539 config SCB0_MI2_SLOT25
540 int "Slot 25 slave interface id"
541 default 9
542 range 0 13
543
544 config SCB0_MI2_SLOT26
545 int "Slot 26 slave interface id"
546 default 10
547 range 0 13
548
549 config SCB0_MI2_SLOT27
550 int "Slot 27 slave interface id"
551 default 11
552 range 0 13
553
554 config SCB0_MI2_SLOT28
555 int "Slot 28 slave interface id"
556 default 13
557 range 0 13
558
559 config SCB0_MI2_SLOT29
560 int "Slot 29 slave interface id"
561 default 12
562 range 0 13
563
564 config SCB0_MI2_SLOT30
565 int "Slot 30 slave interface id"
566 default 4
567 range 0 13
568
569 config SCB0_MI2_SLOT31
570 int "Slot 31 slave interface id"
571 default 7
572 range 0 13
573
574 endif # SCB0_MI2
575
576 menuconfig SCB0_MI3
577 bool "SCB0 Master Interface 3 (L1A)"
578 default n
579 depends on SCB_PRIORITY
580 help
581 The slave interface id of each slot should be set according following table.
582 Core 0 -- 0
583 Core 1 -- 2
584 SCB1 -- 9
585 SCB2 -- 10
586 SCB3 -- 11
587 SCB4 -- 12
588 SCB5 -- 5
589 SCB6 -- 6
590 SCB7 -- 8
591 SCB8 -- 7
592 SCB9 -- 4
593 USB -- 13
594
595 if SCB0_MI3
596
597 config SCB0_MI3_SLOT0
598 int "Slot 0 slave interface id"
599 default 4
600 range 0 13
601
602 config SCB0_MI3_SLOT1
603 int "Slot 1 slave interface id"
604 default 5
605 range 0 13
606
607 config SCB0_MI3_SLOT2
608 int "Slot 2 slave interface id"
609 default 6
610 range 0 13
611
612 config SCB0_MI3_SLOT3
613 int "Slot 3 slave interface id"
614 default 7
615 range 0 13
616
617 config SCB0_MI3_SLOT4
618 int "Slot 4 slave interface id"
619 default 8
620 range 0 13
621
622 config SCB0_MI3_SLOT5
623 int "Slot 5 slave interface id"
624 default 9
625 range 0 13
626
627 config SCB0_MI3_SLOT6
628 int "Slot 6 slave interface id"
629 default 10
630 range 0 13
631
632 config SCB0_MI3_SLOT7
633 int "Slot 7 slave interface id"
634 default 11
635 range 0 13
636
637 config SCB0_MI3_SLOT8
638 int "Slot 8 slave interface id"
639 default 13
640 range 0 13
641
642 config SCB0_MI3_SLOT9
643 int "Slot 9 slave interface id"
644 default 12
645 range 0 13
646
647 config SCB0_MI3_SLOT10
648 int "Slot 10 slave interface id"
649 default 4
650 range 0 13
651
652 config SCB0_MI3_SLOT11
653 int "Slot 11 slave interface id"
654 default 5
655 range 0 13
656
657 config SCB0_MI3_SLOT12
658 int "Slot 12 slave interface id"
659 default 6
660 range 0 13
661
662 config SCB0_MI3_SLOT13
663 int "Slot 13 slave interface id"
664 default 7
665 range 0 13
666
667 config SCB0_MI3_SLOT14
668 int "Slot 14 slave interface id"
669 default 8
670 range 0 13
671
672 config SCB0_MI3_SLOT15
673 int "Slot 15 slave interface id"
674 default 9
675 range 0 13
676
677 config SCB0_MI3_SLOT16
678 int "Slot 16 slave interface id"
679 default 10
680 range 0 13
681
682 config SCB0_MI3_SLOT17
683 int "Slot 17 slave interface id"
684 default 11
685 range 0 13
686
687 config SCB0_MI3_SLOT18
688 int "Slot 18 slave interface id"
689 default 13
690 range 0 13
691
692 config SCB0_MI3_SLOT19
693 int "Slot 19 slave interface id"
694 default 12
695 range 0 13
696
697 config SCB0_MI3_SLOT20
698 int "Slot 20 slave interface id"
699 default 4
700 range 0 13
701
702 config SCB0_MI3_SLOT21
703 int "Slot 21 slave interface id"
704 default 5
705 range 0 13
706
707 config SCB0_MI3_SLOT22
708 int "Slot 22 slave interface id"
709 default 6
710 range 0 13
711
712 config SCB0_MI3_SLOT23
713 int "Slot 23 slave interface id"
714 default 7
715 range 0 13
716
717 config SCB0_MI3_SLOT24
718 int "Slot 24 slave interface id"
719 default 8
720 range 0 13
721
722 config SCB0_MI3_SLOT25
723 int "Slot 25 slave interface id"
724 default 9
725 range 0 13
726
727 config SCB0_MI3_SLOT26
728 int "Slot 26 slave interface id"
729 default 10
730 range 0 13
731
732 config SCB0_MI3_SLOT27
733 int "Slot 27 slave interface id"
734 default 11
735 range 0 13
736
737 config SCB0_MI3_SLOT28
738 int "Slot 28 slave interface id"
739 default 13
740 range 0 13
741
742 config SCB0_MI3_SLOT29
743 int "Slot 29 slave interface id"
744 default 12
745 range 0 13
746
747 config SCB0_MI3_SLOT30
748 int "Slot 30 slave interface id"
749 default 4
750 range 0 13
751
752 config SCB0_MI3_SLOT31
753 int "Slot 31 slave interface id"
754 default 7
755 range 0 13
756
757 endif # SCB0_MI3
758
759 menuconfig SCB0_MI4
760 bool "SCB0 Master Interface 4 (L1B)"
761 default n
762 depends on SCB_PRIORITY
763 help
764 The slave interface id of each slot should be set according following table.
765 Core 0 -- 0
766 Core 1 -- 2
767 SCB1 -- 9
768 SCB2 -- 10
769 SCB3 -- 11
770 SCB4 -- 12
771 SCB5 -- 5
772 SCB6 -- 6
773 SCB7 -- 8
774 SCB8 -- 7
775 SCB9 -- 4
776 USB -- 13
777
778 if SCB0_MI4
779
780 config SCB0_MI4_SLOT0
781 int "Slot 0 slave interface id"
782 default 4
783 range 0 13
784
785 config SCB0_MI4_SLOT1
786 int "Slot 1 slave interface id"
787 default 5
788 range 0 13
789
790 config SCB0_MI4_SLOT2
791 int "Slot 2 slave interface id"
792 default 6
793 range 0 13
794
795 config SCB0_MI4_SLOT3
796 int "Slot 3 slave interface id"
797 default 7
798 range 0 13
799
800 config SCB0_MI4_SLOT4
801 int "Slot 4 slave interface id"
802 default 8
803 range 0 13
804
805 config SCB0_MI4_SLOT5
806 int "Slot 5 slave interface id"
807 default 9
808 range 0 13
809
810 config SCB0_MI4_SLOT6
811 int "Slot 6 slave interface id"
812 default 10
813 range 0 13
814
815 config SCB0_MI4_SLOT7
816 int "Slot 7 slave interface id"
817 default 11
818 range 0 13
819
820 config SCB0_MI4_SLOT8
821 int "Slot 8 slave interface id"
822 default 13
823 range 0 13
824
825 config SCB0_MI4_SLOT9
826 int "Slot 9 slave interface id"
827 default 12
828 range 0 13
829
830 config SCB0_MI4_SLOT10
831 int "Slot 10 slave interface id"
832 default 4
833 range 0 13
834
835 config SCB0_MI4_SLOT11
836 int "Slot 11 slave interface id"
837 default 5
838 range 0 13
839
840 config SCB0_MI4_SLOT12
841 int "Slot 12 slave interface id"
842 default 6
843 range 0 13
844
845 config SCB0_MI4_SLOT13
846 int "Slot 13 slave interface id"
847 default 7
848 range 0 13
849
850 config SCB0_MI4_SLOT14
851 int "Slot 14 slave interface id"
852 default 8
853 range 0 13
854
855 config SCB0_MI4_SLOT15
856 int "Slot 15 slave interface id"
857 default 9
858 range 0 13
859
860 config SCB0_MI4_SLOT16
861 int "Slot 16 slave interface id"
862 default 10
863 range 0 13
864
865 config SCB0_MI4_SLOT17
866 int "Slot 17 slave interface id"
867 default 11
868 range 0 13
869
870 config SCB0_MI4_SLOT18
871 int "Slot 18 slave interface id"
872 default 13
873 range 0 13
874
875 config SCB0_MI4_SLOT19
876 int "Slot 19 slave interface id"
877 default 12
878 range 0 13
879
880 config SCB0_MI4_SLOT20
881 int "Slot 20 slave interface id"
882 default 4
883 range 0 13
884
885 config SCB0_MI4_SLOT21
886 int "Slot 21 slave interface id"
887 default 5
888 range 0 13
889
890 config SCB0_MI4_SLOT22
891 int "Slot 22 slave interface id"
892 default 6
893 range 0 13
894
895 config SCB0_MI4_SLOT23
896 int "Slot 23 slave interface id"
897 default 7
898 range 0 13
899
900 config SCB0_MI4_SLOT24
901 int "Slot 24 slave interface id"
902 default 8
903 range 0 13
904
905 config SCB0_MI4_SLOT25
906 int "Slot 25 slave interface id"
907 default 9
908 range 0 13
909
910 config SCB0_MI4_SLOT26
911 int "Slot 26 slave interface id"
912 default 10
913 range 0 13
914
915 config SCB0_MI4_SLOT27
916 int "Slot 27 slave interface id"
917 default 11
918 range 0 13
919
920 config SCB0_MI4_SLOT28
921 int "Slot 28 slave interface id"
922 default 13
923 range 0 13
924
925 config SCB0_MI4_SLOT29
926 int "Slot 29 slave interface id"
927 default 12
928 range 0 13
929
930 config SCB0_MI4_SLOT30
931 int "Slot 30 slave interface id"
932 default 4
933 range 0 13
934
935 config SCB0_MI4_SLOT31
936 int "Slot 31 slave interface id"
937 default 7
938 range 0 13
939
940 endif # SCB0_MI4
941
942 menuconfig SCB0_MI5
943 bool "SCB0 Master Interface 5 (SMMR)"
944 default n
945 depends on SCB_PRIORITY
946 help
947 The slave interface id of each slot should be set according following table.
948 MMR0 -- 1
949 MMR1 -- 3
950 SCB2 -- 10
951 SCB4 -- 12
952
953 if SCB0_MI5
954
955 config SCB0_MI5_SLOT0
956 int "Slot 0 slave interface id"
957 default 1
958 range 0 13
959
960 config SCB0_MI5_SLOT1
961 int "Slot 1 slave interface id"
962 default 3
963 range 0 13
964
965 config SCB0_MI5_SLOT2
966 int "Slot 2 slave interface id"
967 default 10
968 range 0 13
969
970 config SCB0_MI5_SLOT3
971 int "Slot 3 slave interface id"
972 default 12
973 range 0 13
974
975 config SCB0_MI5_SLOT4
976 int "Slot 4 slave interface id"
977 default 1
978 range 0 13
979
980 config SCB0_MI5_SLOT5
981 int "Slot 5 slave interface id"
982 default 3
983 range 0 13
984
985 config SCB0_MI5_SLOT6
986 int "Slot 6 slave interface id"
987 default 10
988 range 0 13
989
990 config SCB0_MI5_SLOT7
991 int "Slot 7 slave interface id"
992 default 12
993 range 0 13
994
995 config SCB0_MI5_SLOT8
996 int "Slot 8 slave interface id"
997 default 1
998 range 0 13
999
1000 config SCB0_MI5_SLOT9
1001 int "Slot 9 slave interface id"
1002 default 3
1003 range 0 13
1004
1005 config SCB0_MI5_SLOT10
1006 int "Slot 10 slave interface id"
1007 default 10
1008 range 0 13
1009
1010 config SCB0_MI5_SLOT11
1011 int "Slot 11 slave interface id"
1012 default 12
1013 range 0 13
1014
1015 config SCB0_MI5_SLOT12
1016 int "Slot 12 slave interface id"
1017 default 1
1018 range 0 13
1019
1020 config SCB0_MI5_SLOT13
1021 int "Slot 13 slave interface id"
1022 default 3
1023 range 0 13
1024
1025 config SCB0_MI5_SLOT14
1026 int "Slot 14 slave interface id"
1027 default 10
1028 range 0 13
1029
1030 config SCB0_MI5_SLOT15
1031 int "Slot 15 slave interface id"
1032 default 12
1033 range 0 13
1034
1035 endif # SCB0_MI5
1036
1037 menuconfig SCB1_MI0
1038 bool "SCB1 Master Interface 0"
1039 default n
1040 depends on SCB_PRIORITY
1041 help
1042 The slave interface id of each slot should be set according following table.
1043 SPORT0A -- 0
1044 SPORT0B -- 1
1045 SPORT1A -- 2
1046 SPORT1B -- 3
1047 SPORT2A -- 4
1048 SPORT2B -- 5
1049 SPI0TX -- 6
1050 SPI0RX -- 7
1051 SPI1TX -- 8
1052 SPI1RX -- 9
1053
1054 if SCB1_MI0
1055
1056 config SCB1_MI0_SLOT0
1057 int "Slot 0 slave interface id"
1058 default 0
1059 range 0 9
1060
1061 config SCB1_MI0_SLOT1
1062 int "Slot 1 slave interface id"
1063 default 1
1064 range 0 9
1065
1066 config SCB1_MI0_SLOT2
1067 int "Slot 2 slave interface id"
1068 default 2
1069 range 0 9
1070
1071 config SCB1_MI0_SLOT3
1072 int "Slot 3 slave interface id"
1073 default 3
1074 range 0 9
1075
1076 config SCB1_MI0_SLOT4
1077 int "Slot 4 slave interface id"
1078 default 4
1079 range 0 9
1080
1081 config SCB1_MI0_SLOT5
1082 int "Slot 5 slave interface id"
1083 default 5
1084 range 0 9
1085
1086 config SCB1_MI0_SLOT6
1087 int "Slot 6 slave interface id"
1088 default 6
1089 range 0 9
1090
1091 config SCB1_MI0_SLOT7
1092 int "Slot 7 slave interface id"
1093 default 7
1094 range 0 9
1095
1096 config SCB1_MI0_SLOT8
1097 int "Slot 8 slave interface id"
1098 default 8
1099 range 0 9
1100
1101 config SCB1_MI0_SLOT9
1102 int "Slot 9 slave interface id"
1103 default 9
1104 range 0 9
1105
1106 config SCB1_MI0_SLOT10
1107 int "Slot 10 slave interface id"
1108 default 0
1109 range 0 9
1110
1111 config SCB1_MI0_SLOT11
1112 int "Slot 11 slave interface id"
1113 default 1
1114 range 0 9
1115
1116 config SCB1_MI0_SLOT12
1117 int "Slot 12 slave interface id"
1118 default 2
1119 range 0 9
1120
1121 config SCB1_MI0_SLOT13
1122 int "Slot 13 slave interface id"
1123 default 3
1124 range 0 9
1125
1126 config SCB1_MI0_SLOT14
1127 int "Slot 14 slave interface id"
1128 default 4
1129 range 0 9
1130
1131 config SCB1_MI0_SLOT15
1132 int "Slot 15 slave interface id"
1133 default 5
1134 range 0 9
1135
1136 config SCB1_MI0_SLOT16
1137 int "Slot 16 slave interface id"
1138 default 6
1139 range 0 13
1140
1141 config SCB1_MI0_SLOT17
1142 int "Slot 17 slave interface id"
1143 default 7
1144 range 0 13
1145
1146 config SCB1_MI0_SLOT18
1147 int "Slot 18 slave interface id"
1148 default 8
1149 range 0 13
1150
1151 config SCB1_MI0_SLOT19
1152 int "Slot 19 slave interface id"
1153 default 9
1154 range 0 13
1155
1156 endif # SCB1_MI0
1157
1158 menuconfig SCB2_MI0
1159 bool "SCB2 Master Interface 0"
1160 default n
1161 depends on SCB_PRIORITY
1162 help
1163 The slave interface id of each slot should be set according following table.
1164 RSI -- 0
1165 SDU DMA -- 1
1166 SDU -- 2
1167 EMAC0 -- 3
1168 EMAC1 -- 4
1169
1170 if SCB2_MI0
1171
1172 config SCB2_MI0_SLOT0
1173 int "Slot 0 slave interface id"
1174 default 0
1175 range 0 4
1176
1177 config SCB2_MI0_SLOT1
1178 int "Slot 1 slave interface id"
1179 default 1
1180 range 0 4
1181
1182 config SCB2_MI0_SLOT2
1183 int "Slot 2 slave interface id"
1184 default 2
1185 range 0 4
1186
1187 config SCB2_MI0_SLOT3
1188 int "Slot 3 slave interface id"
1189 default 3
1190 range 0 4
1191
1192 config SCB2_MI0_SLOT4
1193 int "Slot 4 slave interface id"
1194 default 4
1195 range 0 4
1196
1197 config SCB2_MI0_SLOT5
1198 int "Slot 5 slave interface id"
1199 default 0
1200 range 0 4
1201
1202 config SCB2_MI0_SLOT6
1203 int "Slot 6 slave interface id"
1204 default 1
1205 range 0 4
1206
1207 config SCB2_MI0_SLOT7
1208 int "Slot 7 slave interface id"
1209 default 2
1210 range 0 4
1211
1212 config SCB2_MI0_SLOT8
1213 int "Slot 8 slave interface id"
1214 default 3
1215 range 0 4
1216
1217 config SCB2_MI0_SLOT9
1218 int "Slot 9 slave interface id"
1219 default 4
1220 range 0 4
1221
1222 endif # SCB2_MI0
1223
1224 menuconfig SCB3_MI0
1225 bool "SCB3 Master Interface 0"
1226 default n
1227 depends on SCB_PRIORITY
1228 help
1229 The slave interface id of each slot should be set according following table.
1230 LP0 -- 0
1231 LP1 -- 1
1232 LP2 -- 2
1233 LP3 -- 3
1234 UART0TX -- 4
1235 UART0RX -- 5
1236 UART1TX -- 4
1237 UART1RX -- 5
1238
1239 if SCB3_MI0
1240
1241 config SCB3_MI0_SLOT0
1242 int "Slot 0 slave interface id"
1243 default 0
1244 range 0 7
1245
1246 config SCB3_MI0_SLOT1
1247 int "Slot 1 slave interface id"
1248 default 1
1249 range 0 7
1250
1251 config SCB3_MI0_SLOT2
1252 int "Slot 2 slave interface id"
1253 default 2
1254 range 0 7
1255
1256 config SCB3_MI0_SLOT3
1257 int "Slot 3 slave interface id"
1258 default 3
1259 range 0 7
1260
1261 config SCB3_MI0_SLOT4
1262 int "Slot 4 slave interface id"
1263 default 4
1264 range 0 7
1265
1266 config SCB3_MI0_SLOT5
1267 int "Slot 5 slave interface id"
1268 default 5
1269 range 0 7
1270
1271 config SCB3_MI0_SLOT6
1272 int "Slot 6 slave interface id"
1273 default 6
1274 range 0 7
1275
1276 config SCB3_MI0_SLOT7
1277 int "Slot 7 slave interface id"
1278 default 7
1279 range 0 7
1280
1281 config SCB3_MI0_SLOT8
1282 int "Slot 8 slave interface id"
1283 default 0
1284 range 0 7
1285
1286 config SCB3_MI0_SLOT9
1287 int "Slot 9 slave interface id"
1288 default 1
1289 range 0 7
1290
1291 config SCB3_MI0_SLOT10
1292 int "Slot 10 slave interface id"
1293 default 2
1294 range 0 7
1295
1296 config SCB3_MI0_SLOT11
1297 int "Slot 11 slave interface id"
1298 default 3
1299 range 0 7
1300
1301 config SCB3_MI0_SLOT12
1302 int "Slot 12 slave interface id"
1303 default 4
1304 range 0 7
1305
1306 config SCB3_MI0_SLOT13
1307 int "Slot 13 slave interface id"
1308 default 5
1309 range 0 7
1310
1311 config SCB3_MI0_SLOT14
1312 int "Slot 14 slave interface id"
1313 default 6
1314 range 0 7
1315
1316 config SCB3_MI0_SLOT15
1317 int "Slot 15 slave interface id"
1318 default 7
1319 range 0 7
1320
1321 endif # SCB3_MI0
1322
1323 menuconfig SCB4_MI0
1324 bool "SCB4 Master Interface 0"
1325 default n
1326 depends on SCB_PRIORITY
1327 help
1328 The slave interface id of each slot should be set according following table.
1329 MDA21 -- 0
1330 MDA22 -- 1
1331 MDA23 -- 2
1332 MDA24 -- 3
1333 MDA25 -- 4
1334 MDA26 -- 5
1335 MDA27 -- 6
1336 MDA28 -- 7
1337
1338 if SCB4_MI0
1339
1340 config SCB4_MI0_SLOT0
1341 int "Slot 0 slave interface id"
1342 default 0
1343 range 0 7
1344
1345 config SCB4_MI0_SLOT1
1346 int "Slot 1 slave interface id"
1347 default 1
1348 range 0 7
1349
1350 config SCB4_MI0_SLOT2
1351 int "Slot 2 slave interface id"
1352 default 2
1353 range 0 7
1354
1355 config SCB4_MI0_SLOT3
1356 int "Slot 3 slave interface id"
1357 default 3
1358 range 0 7
1359
1360 config SCB4_MI0_SLOT4
1361 int "Slot 4 slave interface id"
1362 default 4
1363 range 0 7
1364
1365 config SCB4_MI0_SLOT5
1366 int "Slot 5 slave interface id"
1367 default 5
1368 range 0 7
1369
1370 config SCB4_MI0_SLOT6
1371 int "Slot 6 slave interface id"
1372 default 6
1373 range 0 7
1374
1375 config SCB4_MI0_SLOT7
1376 int "Slot 7 slave interface id"
1377 default 7
1378 range 0 7
1379
1380 config SCB4_MI0_SLOT8
1381 int "Slot 8 slave interface id"
1382 default 0
1383 range 0 7
1384
1385 config SCB4_MI0_SLOT9
1386 int "Slot 9 slave interface id"
1387 default 1
1388 range 0 7
1389
1390 config SCB4_MI0_SLOT10
1391 int "Slot 10 slave interface id"
1392 default 2
1393 range 0 7
1394
1395 config SCB4_MI0_SLOT11
1396 int "Slot 11 slave interface id"
1397 default 3
1398 range 0 7
1399
1400 config SCB4_MI0_SLOT12
1401 int "Slot 12 slave interface id"
1402 default 4
1403 range 0 7
1404
1405 config SCB4_MI0_SLOT13
1406 int "Slot 13 slave interface id"
1407 default 5
1408 range 0 7
1409
1410 config SCB4_MI0_SLOT14
1411 int "Slot 14 slave interface id"
1412 default 6
1413 range 0 7
1414
1415 config SCB4_MI0_SLOT15
1416 int "Slot 15 slave interface id"
1417 default 7
1418 range 0 7
1419
1420 endif # SCB4_MI0
1421
1422 menuconfig SCB5_MI0
1423 bool "SCB5 Master Interface 0"
1424 default n
1425 depends on SCB_PRIORITY
1426 help
1427 The slave interface id of each slot should be set according following table.
1428 PPI0 MDA29 -- 0
1429 PPI0 MDA30 -- 1
1430 PPI2 MDA31 -- 2
1431 PPI2 MDA32 -- 3
1432
1433 if SCB5_MI0
1434
1435 config SCB5_MI0_SLOT0
1436 int "Slot 0 slave interface id"
1437 default 0
1438 range 0 3
1439
1440 config SCB5_MI0_SLOT1
1441 int "Slot 1 slave interface id"
1442 default 1
1443 range 0 3
1444
1445 config SCB5_MI0_SLOT2
1446 int "Slot 2 slave interface id"
1447 default 2
1448 range 0 3
1449
1450 config SCB5_MI0_SLOT3
1451 int "Slot 3 slave interface id"
1452 default 3
1453 range 0 3
1454
1455 config SCB5_MI0_SLOT4
1456 int "Slot 4 slave interface id"
1457 default 0
1458 range 0 3
1459
1460 config SCB5_MI0_SLOT5
1461 int "Slot 5 slave interface id"
1462 default 1
1463 range 0 3
1464
1465 config SCB5_MI0_SLOT6
1466 int "Slot 6 slave interface id"
1467 default 2
1468 range 0 3
1469
1470 config SCB5_MI0_SLOT7
1471 int "Slot 7 slave interface id"
1472 default 3
1473 range 0 3
1474
1475 endif # SCB5_MI0
1476
1477 menuconfig SCB6_MI0
1478 bool "SCB6 Master Interface 0"
1479 default n
1480 depends on SCB_PRIORITY
1481 help
1482 The slave interface id of each slot should be set according following table.
1483 PPI1 MDA33 -- 0
1484 PPI1 MDA34 -- 1
1485
1486 if SCB6_MI0
1487
1488 config SCB6_MI0_SLOT0
1489 int "Slot 0 slave interface id"
1490 default 0
1491 range 0 1
1492
1493 config SCB6_MI0_SLOT1
1494 int "Slot 1 slave interface id"
1495 default 1
1496 range 0 1
1497
1498 config SCB6_MI0_SLOT2
1499 int "Slot 2 slave interface id"
1500 default 0
1501 range 0 1
1502
1503 config SCB6_MI0_SLOT3
1504 int "Slot 3 slave interface id"
1505 default 1
1506 range 0 1
1507
1508 endif # SCB6_MI0
1509
1510 menuconfig SCB7_MI0
1511 bool "SCB7 Master Interface 0"
1512 default n
1513 depends on SCB_PRIORITY
1514 help
1515 The slave interface id of each slot should be set according following table.
1516 PIXC0 -- 0
1517 PIXC1 -- 1
1518 PIXC2 -- 2
1519
1520 if SCB7_MI0
1521
1522 config SCB7_MI0_SLOT0
1523 int "Slot 0 slave interface id"
1524 default 0
1525 range 0 2
1526
1527 config SCB7_MI0_SLOT1
1528 int "Slot 1 slave interface id"
1529 default 1
1530 range 0 2
1531
1532 config SCB7_MI0_SLOT2
1533 int "Slot 2 slave interface id"
1534 default 2
1535 range 0 2
1536
1537 config SCB7_MI0_SLOT3
1538 int "Slot 3 slave interface id"
1539 default 0
1540 range 0 2
1541
1542 config SCB7_MI0_SLOT4
1543 int "Slot 4 slave interface id"
1544 default 1
1545 range 0 2
1546
1547 config SCB7_MI0_SLOT5
1548 int "Slot 5 slave interface id"
1549 default 2
1550 range 0 2
1551
1552 endif # SCB7_MI0
1553
1554 menuconfig SCB8_MI0
1555 bool "SCB8 Master Interface 0"
1556 default n
1557 depends on SCB_PRIORITY
1558 help
1559 The slave interface id of each slot should be set according following table.
1560 PVP CPDOB -- 0
1561 PVP CPDOC -- 1
1562 PVP CPCO -- 2
1563 PVP CPCI -- 3
1564
1565 if SCB8_MI0
1566
1567 config SCB8_MI0_SLOT0
1568 int "Slot 0 slave interface id"
1569 default 0
1570 range 0 3
1571
1572 config SCB8_MI0_SLOT1
1573 int "Slot 1 slave interface id"
1574 default 1
1575 range 0 3
1576
1577 config SCB8_MI0_SLOT2
1578 int "Slot 2 slave interface id"
1579 default 2
1580 range 0 3
1581
1582 config SCB8_MI0_SLOT3
1583 int "Slot 3 slave interface id"
1584 default 3
1585 range 0 3
1586
1587 config SCB8_MI0_SLOT4
1588 int "Slot 4 slave interface id"
1589 default 0
1590 range 0 3
1591
1592 config SCB8_MI0_SLOT5
1593 int "Slot 5 slave interface id"
1594 default 1
1595 range 0 3
1596
1597 config SCB8_MI0_SLOT6
1598 int "Slot 6 slave interface id"
1599 default 2
1600 range 0 3
1601
1602 config SCB8_MI0_SLOT7
1603 int "Slot 7 slave interface id"
1604 default 3
1605 range 0 3
1606
1607 endif # SCB8_MI0
1608
1609 menuconfig SCB9_MI0
1610 bool "SCB9 Master Interface 0"
1611 default n
1612 depends on SCB_PRIORITY
1613 help
1614 The slave interface id of each slot should be set according following table.
1615 PVP MPDO -- 0
1616 PVP MPDI -- 1
1617 PVP MPCO -- 2
1618 PVP MPCI -- 3
1619 PVP CPDOA -- 4
1620
1621 if SCB9_MI0
1622
1623 config SCB9_MI0_SLOT0
1624 int "Slot 0 slave interface id"
1625 default 0
1626 range 0 4
1627
1628 config SCB9_MI0_SLOT1
1629 int "Slot 1 slave interface id"
1630 default 1
1631 range 0 4
1632
1633 config SCB9_MI0_SLOT2
1634 int "Slot 2 slave interface id"
1635 default 2
1636 range 0 4
1637
1638 config SCB9_MI0_SLOT3
1639 int "Slot 3 slave interface id"
1640 default 3
1641 range 0 4
1642
1643 config SCB9_MI0_SLOT4
1644 int "Slot 4 slave interface id"
1645 default 4
1646 range 0 4
1647
1648 config SCB9_MI0_SLOT5
1649 int "Slot 5 slave interface id"
1650 default 0
1651 range 0 4
1652
1653 config SCB9_MI0_SLOT6
1654 int "Slot 6 slave interface id"
1655 default 1
1656 range 0 4
1657
1658 config SCB9_MI0_SLOT7
1659 int "Slot 7 slave interface id"
1660 default 2
1661 range 0 4
1662
1663 config SCB9_MI0_SLOT8
1664 int "Slot 8 slave interface id"
1665 default 3
1666 range 0 4
1667
1668 config SCB9_MI0_SLOT9
1669 int "Slot 9 slave interface id"
1670 default 4
1671 range 0 4
1672
1673 endif # SCB9_MI0
1674
1675 endmenu
1676
1677 endif
This page took 0.062669 seconds and 6 git commands to generate.